diff --git a/.gitignore b/.gitignore index 449bbfb..a182af3 100644 --- a/.gitignore +++ b/.gitignore @@ -51,5 +51,5 @@ Thumbs.db # Git safety # ------------------------- .env -*.env + *.secret diff --git a/example.env b/example.env new file mode 100644 index 0000000..6bc8bdf --- /dev/null +++ b/example.env @@ -0,0 +1,6 @@ +ACME_EMAIL=you@example.com +DOMENESHOP_DNS=example.com +HASH=YOURHASH + +DOMENESHOP_API_TOKEN=YOUR_TOKEN +DOMENESHOP_API_SECRET=YOUR_SECRET