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

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ Cargo.lock
**/*.rs.bk **/*.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"