7 lines
127 B
YAML
7 lines
127 B
YAML
database:
|
|
host: localhost #when use docker change to "db"
|
|
port: 5432
|
|
user: postgres
|
|
password: root
|
|
name: training_db
|