7 lines
103 B
YAML
7 lines
103 B
YAML
app:
|
|
name: chatappuser
|
|
env: prod
|
|
http_addr: ":8081"
|
|
grpc_addr: ":9001"
|
|
shutdown_timeout: 10s
|