mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-17 03:45:53 +01:00
Default to sqlite databse
This commit is contained in:
2
.env
2
.env
@@ -1 +1 @@
|
||||
DATABASE_URI=./database/data.db
|
||||
DATABASE_URI=sqlite://./database/data.db
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Database files
|
||||
*.db
|
||||
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
|
||||
Reference in New Issue
Block a user