File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func InstallInit(ctx *context.Context) {
40
40
ctx .Data ["Title" ] = ctx .Tr ("install.install" )
41
41
ctx .Data ["PageIsInstall" ] = true
42
42
43
- dbOpts := []string {"MySQL" , "PostgreSQL" ,"MSSQL" }
43
+ dbOpts := []string {"MySQL" , "PostgreSQL" , "MSSQL" }
44
44
if models .EnableSQLite3 {
45
45
dbOpts = append (dbOpts , "SQLite3" )
46
46
}
@@ -254,7 +254,7 @@ func InstallPost(ctx *context.Context, form auth.InstallForm) {
254
254
cfg .Section ("" ).Key ("APP_NAME" ).SetValue (form .AppName )
255
255
cfg .Section ("repository" ).Key ("ROOT" ).SetValue (form .RepoRootPath )
256
256
cfg .Section ("" ).Key ("RUN_USER" ).SetValue (form .RunUser )
257
- cfg .Section ("server" ).Key ("DOMAIN " ).SetValue (form .Domain )
257
+ cfg .Section ("server" ).Key ("SSH_DOMAIN " ).SetValue (form .Domain )
258
258
cfg .Section ("server" ).Key ("HTTP_PORT" ).SetValue (form .HTTPPort )
259
259
cfg .Section ("server" ).Key ("ROOT_URL" ).SetValue (form .AppURL )
260
260
You can’t perform that action at this time.
0 commit comments