7 lines
95 B
YAML
7 lines
95 B
YAML
database:
|
|
host: localhost
|
|
port: 5432
|
|
user: postgres
|
|
password: root
|
|
name: training_db
|