We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c34f0 commit 9a07224Copy full SHA for 9a07224
.env.example
@@ -1,10 +1,12 @@
1
+# Note that these secrets are completely arbitrary and can be whatever you want for development purposes.
2
+
3
# Used by Hasura
-DATABASE_URL=postgres://USERNAME:EXAMPLE_POSTGRES_PASSWORD@localhost/postgres?sslmode=disable
4
+DATABASE_URL=postgres://postgres:EXAMPLE_POSTGRES_PASSWORD@db/postgres?sslmode=disable
5
6
# The JWT secret used with Hasura.
7
RCOS_JWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
-# The admin secret used with Hasura.
-HASURA_GRAPHQL_ADMIN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
8
+# The admin secret used with Hasura, MUST BE AT LEAST 32 characters long!
9
+HASURA_GRAPHQL_ADMIN_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
10
11
# Used by postgres docker. Replace in your version. Should match the password above.
12
POSTGRES_PASSWORD=EXAMPLE_POSTGRES_PASSWORD
0 commit comments