Repositories
Help
tools.win_pg_dump_controller
Commits
Files
Yohn Y.
2022-06-13
Parent:
7de4fb4ef2f5
6:26558a3ee4f3
Go to Latest
tools.win_pg_dump_controller/examples/config.ini
Добавлен GIT репозиторий для тестов
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
[main]
2
pg_bin_path
=
c:\program files\postgreSQL\14\bin
3
log_dir
=
c:\var\dblog
4
5
[common]
6
host_name
=
192.168.0.1
7
port
=
5432
8
dst_dir
=
c:\var\backup
9
10
[todolist]
11
db_name
=
my_prod_database
12
user_name
=
some_user
13
passwd
=
P@ssW0rd