Skip to content

Commit b3f23e6

Browse files
author
vaiol
committed
Readme updated
1 parent 566bdac commit b3f23e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Databases required to provide service working:
1717

1818
DB should running local, inside another Docker container, or on external server.
1919
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.
2121
Details about environment are below.
2222
Also you should have Firebase project.
2323

@@ -47,9 +47,9 @@ Also you should provide ``` databaseURL ``` available in page where you have cre
4747
### All available environment
4848
``` NODE_ENV ``` (default: 'development')
4949
``` 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')
5353
``` PG_HOST ``` (default: 'localhost')
5454
``` PG_PORT ``` (default: '5432')
5555

0 commit comments

Comments
 (0)