add .env support and linking of full base url

This commit is contained in:
2021-09-03 13:29:41 +02:00
parent 6a0bbf2059
commit b03af4e833
5 changed files with 33 additions and 3 deletions

View File

@@ -11,5 +11,6 @@ uuid = { version = "0.8.2", features = ["v4"] }
url = "2.2"
reqwest = { version = "0.11", features = ["blocking"] }
tera = "1.12.1"
dotenv = "0.15"
sqlx = { version = "0.4.2", features = [ "sqlite", "runtime-actix-native-tls" ] }