We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842ee9e commit 14e91e7Copy full SHA for 14e91e7
integrations/mysql.ini
@@ -3,7 +3,7 @@ RUN_MODE = prod
3
4
[database]
5
DB_TYPE = mysql
6
-HOST = 127.0.0.1:3306
+HOST = mysql:3306
7
NAME = testgitea
8
USER = root
9
PASSWD =
integrations/pgsql.ini
DB_TYPE = postgres
-HOST = 127.0.0.1:5432
+HOST = pgsql:5432
USER = postgres
PASSWD = postgres
integrations/sqlite.ini
@@ -3,11 +3,6 @@ RUN_MODE = prod
DB_TYPE = sqlite3
-NAME = testgitea
-USER = gitea
-PASSWD =
10
-SSL_MODE = disable
11
PATH = :memory:
12
13
[repository]
0 commit comments