[network]
bind_ip = '127.0.0.1'
port = 3000
[database]
user = 'user'
password = 'password'
db_name = 'rezervator'
host = 'localhost'
port = 5432