mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-07-28 21:38:51 +00:00
ghaction test dbs try localhost
This commit is contained in:
2
.github/mysql.testing.env
vendored
2
.github/mysql.testing.env
vendored
@@ -1,2 +1,2 @@
|
||||
PHOTOVIEW_DATABASE_DRIVER=mysql
|
||||
PHOTOVIEW_MYSQL_URL='photoview:photosecret@tcp(mariadb)/photoview_test'
|
||||
PHOTOVIEW_MYSQL_URL='photoview:photosecret@tcp(127.0.0.1)/photoview_test'
|
||||
|
||||
2
.github/postgres.testing.env
vendored
2
.github/postgres.testing.env
vendored
@@ -1,2 +1,2 @@
|
||||
PHOTOVIEW_DATABASE_DRIVER=postgres
|
||||
PHOTOVIEW_POSTGRES_URL=postgres://photoview:photosecret@postgres/photoview_test
|
||||
PHOTOVIEW_POSTGRES_URL=postgres://photoview:photosecret@127.0.0.1/photoview_test
|
||||
|
||||
Reference in New Issue
Block a user