8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
DB_HOST='localhost'
|
||
|
DB_PORT=5432
|
||
|
DB_USERNAME='postgres'
|
||
|
DB_PASSWORD='postgres'
|
||
|
DB_NAME='db'
|
||
|
|
||
|
REDIS_HOST='localhost'
|
||
|
REDIS_PORT='6379'
|