15 lines
195 B
TOML
15 lines
195 B
TOML
environment = "local"
|
|
|
|
[grpc]
|
|
host = "0.0.0.0"
|
|
port = 8600
|
|
shutdown-timeout = "10s"
|
|
|
|
[database]
|
|
host = "127.0.0.1"
|
|
port = 5432
|
|
name = "gl_db"
|
|
user = "postgres"
|
|
password = ""
|
|
ssl-mode = "disable"
|