feat: rust project initialization

This commit is contained in:
2025-12-21 18:19:21 +01:00
commit d5a2859b64
28 changed files with 4555 additions and 0 deletions

8
settings/base.yaml Normal file
View File

@@ -0,0 +1,8 @@
application:
port: 3100
version: "0.1.0"
rate_limit:
enabled: true
burst_size: 10
per_seconds: 60

View File

@@ -0,0 +1,8 @@
frontend_url: http://localhost:3000
debug: true
application:
protocol: http
host: 127.0.0.1
base_url: http://127.0.0.1:3100
name: "sta-dev"

8
settings/production.yaml Normal file
View File

@@ -0,0 +1,8 @@
debug: false
frontend_url: ""
application:
name: "sta-prod"
protocol: https
host: 0.0.0.0
base_url: ""