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.
1 parent eebd508 commit 19dad1eCopy full SHA for 19dad1e
src/server/secrets_dict.py
@@ -0,0 +1,9 @@
1
+SD_COMMENT="This is for local development"
2
+SHELTERLUV_SECRET_TOKEN=""
3
+APP_SECRET_KEY="ASKASK"
4
+JWT_SECRET="JWTSECRET"
5
+POSTGRES_PASSWORD="thispasswordisverysecure"
6
+BASEUSER_PW="basepw"
7
+BASEEDITOR_PW="editorpw"
8
+BASEADMIN_PW="basepw"
9
+DROPBOX_APP="DBAPPPW"
0 commit comments