File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Databases required to provide service working:
17
17
18
18
DB should running local, inside another Docker container, or on external server.
19
19
For postgres you should create DB.
20
- If you have postgres and redis running you should provide HOST name, PORT and other data to connect in environment.
20
+ If you have postgres running, you should provide HOST name, PORT and other data to connect in environment.
21
21
Details about environment are below.
22
22
Also you should have Firebase project.
23
23
@@ -47,9 +47,9 @@ Also you should provide ``` databaseURL ``` available in page where you have cre
47
47
### All available environment
48
48
``` NODE_ENV ``` (default: 'development')
49
49
``` PORT ``` (default: 80)
50
- ``` PG_DB ```
51
- ``` PG_USER ```
52
- ``` PG_PASSWORD ```
50
+ ``` PG_DB ``` (default: 'push_db')
51
+ ``` PG_USER ``` (default: 'push')
52
+ ``` PG_PASSWORD ``` (default: '12345678')
53
53
``` PG_HOST ``` (default: 'localhost')
54
54
``` PG_PORT ``` (default: '5432')
55
55
You can’t perform that action at this time.
0 commit comments