rename db

This commit is contained in:
Hayden 2022-09-03 19:29:20 -08:00
parent 687282ca68
commit efcfbf8c21
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,7 +1,6 @@
# Project Specific
api.log
config.yml
ent.db
homebox.db
.idea
.vscode

View File

@ -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