mirror of
https://github.com/sandronator/finetuning_aufgabe4.git
synced 2026-09-04 08:36:09 +02:00
10 lines
220 B
Bash
10 lines
220 B
Bash
MARIA_USER = "root"
|
|
MARIA_PASS = 1234
|
|
MARIA_DB = "finetuning"
|
|
|
|
POSTGRES_USER = "finetuner"
|
|
POSTGRES_PASS = 1234
|
|
POSTGRES_DB = "finetuning"
|
|
|
|
PATH_AUTH = "repositories/auth.tsv"
|
|
PATH_PUBL = "repositories/publ.tsv" |