vegvisir/vegvisir.json.test
Piotr Biernat 033ca4c053
Some checks reported errors
continuous-integration/drone/push Build was killed
[test] Multistage build with drone CI
2022-04-17 19:56:22 +02:00

19 lines
373 B
Plaintext

{
"server": {
"address": "127.0.0.1",
"port": 8080
},
"backends": {
"dummy-app": {
"prefixURL": "/",
"backendAddress": "http://172.17.0.1:80",
"routes": [{
"pattern": "(.+)",
"target": "$1"
}]
}
},
"cache": {
"type": "memory"
}
}