feat: add rocket.toml
This commit is contained in:
parent
620db61ea4
commit
42ed14c632
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ Cargo.lock
|
|||||||
**/*.rs.bk
|
**/*.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