First import

This commit is contained in:
2022-04-05 23:00:18 +02:00
commit ece3f5f3c1
46 changed files with 1341 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
[application]
port = 8000
# See https://docs.rs/tracing-subscriber/latest/tracing_subscriber/struct.EnvFilter.html
log_directive = "info"
api_path = ""
front_base_url = "http://localhost:8080"

View File

@@ -0,0 +1,5 @@
[application]
log_directive = "debug"
static_dir = "../web/dist"
api_path = "/api"
static_path = ""

View File

@@ -0,0 +1,4 @@
[application]
static_dir = "."
api_path = "/api"
static_path = ""

View File

@@ -0,0 +1,2 @@
[application]
log_directive = "debug"