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