This commit is contained in:
root
2026-09-13 16:16:42 +02:00
parent 249519e95f
commit 0d5fb99347
6 changed files with 103 additions and 15 deletions
+1
View File
@@ -1,3 +1,4 @@
# sqlite (default): sqlite:///data/skeps.db
# mysql: mysql://user:password@tcp(mysql:3306)/skeps
# postgres: postgres://user:password@postgres:5432/skeps?sslmode=disable
DATABASE_URL=sqlite:///data/skeps.db