21 lines
321 B
YAML
21 lines
321 B
YAML
db:
|
|
port: "5432"
|
|
host: "widget-db"
|
|
password: "postgres"
|
|
username: "postgres"
|
|
dbname: "postgres"
|
|
|
|
server:
|
|
port: "8002"
|
|
|
|
storage:
|
|
filer: "http://92.63.193.151:8111"
|
|
master: "http://92.63.193.151:9333"
|
|
|
|
paymentService:
|
|
host: "92.118.114.148"
|
|
port: "8003"
|
|
|
|
authService:
|
|
host: "donat-auth"
|
|
port: "8001" |