♻️ Use uint8 for Env
This commit is contained in:
parent
d7de194a90
commit
917f919401
6 changed files with 135 additions and 21 deletions
|
|
@ -49,6 +49,7 @@ func getTomlFile() string {
|
|||
|
||||
var confStr = `
|
||||
base_url = "http://localhost:4523/"
|
||||
env = "dev"
|
||||
|
||||
[stores]
|
||||
store = "sqlite"
|
||||
|
|
|
|||
Reference in a new issue