Merge pull request 'Dev' (#2) from dev into master
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
+3
-3
@@ -7,9 +7,9 @@ PASSWORD_PEPPER=your-random-pepper-string-change-me
|
||||
POSTGRES_HOST="localhost"
|
||||
POSTGRES_PORT="5432"
|
||||
POSTGRES_DB="family_safety"
|
||||
POSTGRES_USER="postgres"
|
||||
POSTGRES_PASSWORD="postgres"
|
||||
POSTGRES_USER="user"
|
||||
POSTGRES_PASSWORD="pwd"
|
||||
# TOKEN_LIFETIME in minutes
|
||||
TOKEN_LIFETIME=600
|
||||
# Secret key for registration (MD5 hash of this key must be sent by the user)
|
||||
REGISTRATION_SECRET_KEY=FtracKer*1405.
|
||||
REGISTRATION_SECRET_KEY=reg
|
||||
@@ -11,3 +11,4 @@
|
||||
/api.md
|
||||
/android
|
||||
/.idea
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user