feat: add rocket.toml
This commit is contained in:
parent
620db61ea4
commit
42ed14c632
3
.gitignore
vendored
3
.gitignore
vendored
@ -9,4 +9,5 @@ Cargo.lock
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
||||
.idea/
|
||||
.idea/
|
||||
.env
|
5
Rocket.toml
Normal file
5
Rocket.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[global]
|
||||
template_dir = "static"
|
||||
|
||||
[global.databases.sqlite_database]
|
||||
url = "db/db.sqlite"
|
Loading…
Reference in New Issue
Block a user