17 lines
263 B
YAML
17 lines
263 B
YAML
db:
|
|
port: "5432"
|
|
host: "80.87.195.79"
|
|
password: "test"
|
|
username: "test"
|
|
dbname: "test"
|
|
|
|
server:
|
|
port: "8002"
|
|
|
|
storage:
|
|
filer: "http://92.63.193.151:8111"
|
|
master: "http://92.63.193.151:9333"
|
|
|
|
paymentService:
|
|
host: "payment-service"
|
|
port: "8003" |