chore: rename database file from askedout.db to lovelope.db
Publish Docker image / build-and-push (push) Successful in 3m34s
Publish Docker image / build-and-push (push) Successful in 3m34s
Leftover naming from before the app was renamed to lovelope. Renamed the local data/askedout.db file to data/lovelope.db to match (data/ is gitignored, so this doesn't touch version control).
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# SQLite database file (mounted on a persistent volume in Docker)
|
||||
DATABASE_URL="file:/app/data/askedout.db"
|
||||
DATABASE_URL="file:/app/data/lovelope.db"
|
||||
|
||||
# Public base URL (used in QR codes and share links)
|
||||
APP_URL="http://localhost:3000"
|
||||
|
||||
Reference in New Issue
Block a user