Files
photoview/.github/postgres.testing.env
2021-04-23 20:52:55 +02:00

3 lines
111 B
Bash

PHOTOVIEW_DATABASE_DRIVER=postgres
PHOTOVIEW_POSTGRES_URL='photoview:photosecret@tcp(postgres)/photoview_test'