12 lines
176 B
TOML
12 lines
176 B
TOML
[network]
|
|
http_addr = "0.0.0.0:5500"
|
|
|
|
[gateway]
|
|
host = "127.0.0.1"
|
|
port = 7777
|
|
|
|
[database]
|
|
host = "localhost:5432"
|
|
user_name = "postgres"
|
|
password = ""
|
|
db_name = "shorekeeper"
|