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.
dashboard/config.yaml

12 lines
178 B
YAML

server:
env: "dev"
address: ":4000"
cors:
enable: true
origin: "http://localhost:4200"
swagger:
host: "localhost:4000"
base: "/"
web:
path: "./web"