1
Fork 0

ghaction test dbs try localhost

This commit is contained in:
viktorstrate 2021-04-23 21:19:45 +02:00
parent 435a9e0ab1
commit 6bdd73c181
No known key found for this signature in database
GPG Key ID: 3F855605109C1E8A
2 changed files with 2 additions and 2 deletions

View File

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

View File

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