Add first login route
This commit is contained in:
Vendored
+4
-2
@@ -133,8 +133,10 @@ func GenerateEnvFile(rootPath string, overwrite bool) error {
|
||||
|
||||
// Define default values and comments for specific keys
|
||||
defaults := map[string]string{
|
||||
EnvKeyIsLocal: "true",
|
||||
EnvKeyIsDev: "true",
|
||||
EnvKeyDatabaseURL: "\"db/starter.db?_fk=1\"",
|
||||
EnvKeyBaseURL: "\"http://localhost:8090\"",
|
||||
EnvKeyIsLocal: "true",
|
||||
EnvKeyIsDev: "true",
|
||||
}
|
||||
|
||||
comments := map[string]string{
|
||||
|
||||
Reference in New Issue
Block a user