File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ DB_USER="user_intervest_dev"
7
7
DB_PASS = " pass_intervest_dev"
8
8
DB_NAME = " core"
9
9
10
- DB_COMMUNITY_HOST = " pgsql-community "
11
- DB_COMMUNITY_PORT = " 5432 "
12
- DB_COMMUNITY_USER = " user_intervest_dev "
13
- DB_COMMUNITY_PASS = " pass_intervest_dev "
14
- DB_COMMUNITY_NAME = " community "
10
+ DB_COMMUNITY_HOST = " "
11
+ DB_COMMUNITY_PORT = " "
12
+ DB_COMMUNITY_USER = " "
13
+ DB_COMMUNITY_PASS = " "
14
+ DB_COMMUNITY_NAME = " "
15
15
16
16
MAIL_HOST = host.docker.internal
17
17
MAIL_PORT = 1025
@@ -24,4 +24,10 @@ REDIS_URL='redis://redis:6379/0'
24
24
JWT_SECRET = 123k34j3k423jk231jk231j2k31j2k3jj33j
25
25
JWT_SECRET_REFRESH = 123234234234235234234443
26
26
JWT_EXP_AT = 60*60*24*7
27
- JWT_REFRESH_EXP_AT = 60*60*24*30
27
+ JWT_REFRESH_EXP_AT = 60*60*24*30
28
+
29
+ GCS_DOMAIN_URL = http://___domain.com
30
+ GCS_PROJECT_ID = intervest-io
31
+ GCS_BUCKET_NAME = intervest-io.appspot.com
32
+
33
+ GOOGLE_APPLICATION_CREDENTIALS = /app/dist/service-account.json
You can’t perform that action at this time.
0 commit comments