You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
env: development
|
|
|
|
server:
|
|
|
|
host: 127.0.0.1
|
|
|
|
grpc:
|
|
|
|
port: 5566
|
|
|
|
rest:
|
|
|
|
port: 8080
|
|
|
|
postgres:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 5432
|
|
|
|
dbname: test
|
|
|
|
username: aji
|
|
|
|
password: eta
|
|
|
|
cert:
|
|
|
|
path: certfile.pem
|