Dev #2
+3
-3
@@ -7,9 +7,9 @@ PASSWORD_PEPPER=your-random-pepper-string-change-me
|
|||||||
POSTGRES_HOST="localhost"
|
POSTGRES_HOST="localhost"
|
||||||
POSTGRES_PORT="5432"
|
POSTGRES_PORT="5432"
|
||||||
POSTGRES_DB="family_safety"
|
POSTGRES_DB="family_safety"
|
||||||
POSTGRES_USER="postgres"
|
POSTGRES_USER="user"
|
||||||
POSTGRES_PASSWORD="postgres"
|
POSTGRES_PASSWORD="pwd"
|
||||||
# TOKEN_LIFETIME in minutes
|
# TOKEN_LIFETIME in minutes
|
||||||
TOKEN_LIFETIME=600
|
TOKEN_LIFETIME=600
|
||||||
# Secret key for registration (MD5 hash of this key must be sent by the user)
|
# Secret key for registration (MD5 hash of this key must be sent by the user)
|
||||||
REGISTRATION_SECRET_KEY=FtracKer*1405.
|
REGISTRATION_SECRET_KEY=reg
|
||||||
+2
-1
@@ -10,4 +10,5 @@
|
|||||||
/ios
|
/ios
|
||||||
/api.md
|
/api.md
|
||||||
/android
|
/android
|
||||||
/.idea
|
/.idea
|
||||||
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user