We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 023136a commit 5649fa3Copy full SHA for 5649fa3
.env.example
@@ -1,3 +1,14 @@
1
-# [SYSTEM]
2
-DOMAIN_NAME=your-domain.com
3
-DO_AUTH_TOKEN=XXXXXXXXXXXXXXXXX
+# [GENERAL]
+DOMAIN_NAME=your-website.com
+DO_AUTH_TOKEN=xxxxxxxxxxxxxxxxxxxxxx # for DNS challenge
4
+ACME_EMAIL=[email protected] # for https certificates
5
+GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxx # for private repos
6
+
7
+# [REDIS]
8
+REDIS_PASSWORD=
9
+REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
10
11
+# [POSTGRES]
12
+POSTGRESQL_USERNAME=admin
13
+POSTGRESQL_PASSWORD=123456qwerty
14
+POSTGRESQL_DATABASE=db
0 commit comments