1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

feat: introduce base path config option to better support redirections behind a proxy

This commit is contained in:
Ferdinand Mütsch
2020-05-24 17:08:44 +02:00
parent 411ae49206
commit d6e9f0295a
4 changed files with 16 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ type Config struct {
Env string
Port int
Addr string
BasePath string
DbHost string
DbPort uint
DbUser string