First commit for realz API REST service
This commit is contained in:
10
config.yaml
Normal file
10
config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
server:
|
||||
address: "0.0.0.0:8080"
|
||||
|
||||
database:
|
||||
user: "realz"
|
||||
password: "realz"
|
||||
dbname: "realz"
|
||||
host: "localhost"
|
||||
port: 5433
|
||||
sslmode: "disable"
|
Reference in New Issue
Block a user