feat: add rocket.toml

This commit is contained in:
Kilerd Chan 2018-09-14 00:18:59 +08:00
parent 620db61ea4
commit 42ed14c632
2 changed files with 7 additions and 1 deletions

3
.gitignore vendored
View File

@ -9,4 +9,5 @@ Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
.idea/
.idea/
.env

5
Rocket.toml Normal file
View File

@ -0,0 +1,5 @@
[global]
template_dir = "static"
[global.databases.sqlite_database]
url = "db/db.sqlite"