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:
@@ -6,6 +6,7 @@ type Config struct {
|
||||
Env string
|
||||
Port int
|
||||
Addr string
|
||||
BasePath string
|
||||
DbHost string
|
||||
DbPort uint
|
||||
DbUser string
|
||||
|
||||
Reference in New Issue
Block a user