Piotr Biernat
6bc22c2b6b
All checks were successful
continuous-integration/drone/push Build is passing
19 lines
373 B
Plaintext
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"
|
|
}
|
|
} |