♻️ Use uint8 for Env

This commit is contained in:
Dan Jones 2025-01-27 15:23:46 -06:00
commit 917f919401
6 changed files with 135 additions and 21 deletions

View file

@ -49,6 +49,7 @@ func getTomlFile() string {
var confStr = `
base_url = "http://localhost:4523/"
env = "dev"
[stores]
store = "sqlite"