mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 21:33:02 +01:00
rename db
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,7 +1,6 @@
|
||||
# Project Specific
|
||||
api.log
|
||||
config.yml
|
||||
ent.db
|
||||
homebox.db
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
|
||||
@@ -5,13 +5,12 @@ swagger:
|
||||
scheme: http
|
||||
web:
|
||||
port: 7745
|
||||
host:
|
||||
host: ""
|
||||
database:
|
||||
driver: sqlite3
|
||||
sqlite-url: ./ent.db?_fk=1
|
||||
sqlite-url: ./homebox.db?_fk=1
|
||||
logger:
|
||||
level: debug
|
||||
file: api.log
|
||||
mailer:
|
||||
host: smtp.example.com
|
||||
port: 465
|
||||
|
||||
Reference in New Issue
Block a user