Upgrades to Config

* Added config file and config tests
* Configs per stack can be set up depending on their config/STACK folder
and tested appropriately to add config redundancy
This commit is contained in:
🐙PiperYxzzy
2022-08-14 12:55:11 +02:00
parent b198814aa7
commit 9cc37b0d0d
9 changed files with 170 additions and 14 deletions

View File

@@ -75,6 +75,7 @@ func main() {
v1Admin := v1.Group("/adm", core.AdminAuth())
v1Admin.GET("/doot", core.Doot())
v1Admin.GET("/2fa-doot", core.LiveTwoFactor(), core.Doot())
// Start server
if err := http.ListenAndServe(":9091", r); err != nil {