Co-authored-by: a <a> Reviewed-on: Shorekeeper/Shorekeeper#1 Co-authored-by: xavo95 <xavo95@xeondev.com> Co-committed-by: xavo95 <xavo95@xeondev.com>
12 lines
225 B
TOML
12 lines
225 B
TOML
[network]
|
|
http_addr = "0.0.0.0:5500"
|
|
|
|
[gateway]
|
|
host = "host.docker.internal"
|
|
port = 7777
|
|
|
|
[database]
|
|
host = "shorekeeper-postgres:5432"
|
|
user_name = "shorekeeper_user"
|
|
password = "shorekeeper_pass"
|
|
db_name = "shorekeeper_db"
|