forked from mirrors/homebox
rename db
This commit is contained in:
parent
687282ca68
commit
efcfbf8c21
2 changed files with 3 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,7 +1,6 @@
|
||||||
# Project Specific
|
# Project Specific
|
||||||
api.log
|
|
||||||
config.yml
|
config.yml
|
||||||
ent.db
|
homebox.db
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
|
|
|
@ -5,13 +5,12 @@ swagger:
|
||||||
scheme: http
|
scheme: http
|
||||||
web:
|
web:
|
||||||
port: 7745
|
port: 7745
|
||||||
host:
|
host: ""
|
||||||
database:
|
database:
|
||||||
driver: sqlite3
|
driver: sqlite3
|
||||||
sqlite-url: ./ent.db?_fk=1
|
sqlite-url: ./homebox.db?_fk=1
|
||||||
logger:
|
logger:
|
||||||
level: debug
|
level: debug
|
||||||
file: api.log
|
|
||||||
mailer:
|
mailer:
|
||||||
host: smtp.example.com
|
host: smtp.example.com
|
||||||
port: 465
|
port: 465
|
||||||
|
|
Loading…
Reference in a new issue