diff --git a/.github/mysql.testing.env b/.github/mysql.testing.env index 4b66e67..2f5ac13 100644 --- a/.github/mysql.testing.env +++ b/.github/mysql.testing.env @@ -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' diff --git a/.github/postgres.testing.env b/.github/postgres.testing.env index 6d50221..6099ebd 100644 --- a/.github/postgres.testing.env +++ b/.github/postgres.testing.env @@ -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