Work on sqlite support

This commit is contained in:
viktorstrate
2021-01-17 12:45:23 +01:00
parent f711da4d9c
commit fcdb5b4e7b
7 changed files with 45 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
# Copy this file to .env
MYSQL_URL=user:password@tcp(localhost)/dbname
PHOTOVIEW_MYSQL_URL=user:password@tcp(localhost)/dbname
PHOTOVIEW_LISTEN_IP=localhost
PHOTOVIEW_LISTEN_PORT=4001