1
0
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:
Girish Ramakrishnan
2015-08-18 13:44:26 -07:00
parent c6dca06ef9
commit 4d15edc19f
2 changed files with 9 additions and 38 deletions

View File

@@ -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]