From 78ec4ee94bea04ea229c5723bcfa6641739413df Mon Sep 17 00:00:00 2001 From: Nils Blume Date: Wed, 23 Aug 2023 23:49:06 +0200 Subject: [PATCH] updated with example --- mydomain/.env.dist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mydomain/.env.dist b/mydomain/.env.dist index 50635c3..9162fbe 100644 --- a/mydomain/.env.dist +++ b/mydomain/.env.dist @@ -1,12 +1,12 @@ -username="max_mustermann" -password="s3cr3t" +username="only-mydomain" +password="changemeplease" apiKey="netcup DNS API Key" apiPassword="netcup DNS API Password" customerId="netcup customer ID" -debug=true +debug=false log=true -logFile=log.json +logFile=mydomain.json returnIp=true allowCreate=false -restrictDomain=false +restrictDomain=true domain="mydomain.example.com"