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