mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 19:43:03 +02:00
10 lines
112 B
INI
10 lines
112 B
INI
[postgres]
|
|
host=db
|
|
database=test_db
|
|
user=root
|
|
password=root
|
|
port=5432
|
|
|
|
[movie]
|
|
csv_path=init_scripts/movies.csv
|