Skip to content

Commit 19dad1e

Browse files
authored
Create secrets_dict.py
For local development
1 parent eebd508 commit 19dad1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/server/secrets_dict.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)