mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 15:24:59 +00:00
Skip calling the install route
The install route is just a convenience if app.ini has not been setup. gogs always sets up the db on startup if app.ini is setup correctly.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
APP_NAME = Gogs: Go Git Service
|
||||
RUN_USER = cloudron
|
||||
RUN_MODE = prod
|
||||
|
||||
@@ -7,7 +8,7 @@ HOST = ##MYSQL_HOST:##MYSQL_PORT
|
||||
NAME = ##MYSQL_DATABASE
|
||||
USER = ##MYSQL_USERNAME
|
||||
PASSWD = ##MYSQL_PASSWORD
|
||||
SSL_MODE =
|
||||
SSL_MODE = disable
|
||||
PATH =
|
||||
|
||||
[repository]
|
||||
|
Reference in New Issue
Block a user