Skip to content

Commit 9a07224

Browse files
Update .env.example
Makes it more clear for new users that are setting up Telescope
1 parent 27c34f0 commit 9a07224

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.env.example

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
# Note that these secrets are completely arbitrary and can be whatever you want for development purposes.
2+
13
# Used by Hasura
2-
DATABASE_URL=postgres://USERNAME:EXAMPLE_POSTGRES_PASSWORD@localhost/postgres?sslmode=disable
4+
DATABASE_URL=postgres://postgres:EXAMPLE_POSTGRES_PASSWORD@db/postgres?sslmode=disable
35

46
# The JWT secret used with Hasura.
57
RCOS_JWT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxx
6-
# The admin secret used with Hasura.
7-
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
810

911
# Used by postgres docker. Replace in your version. Should match the password above.
1012
POSTGRES_PASSWORD=EXAMPLE_POSTGRES_PASSWORD

0 commit comments

Comments
 (0)