Initial commit: Axum web service template

This commit is contained in:
fa-sharp
2026-02-19 15:45:45 -05:00
commit 694b94d579
11 changed files with 1719 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
# API Configuration
{{env_prefix}}_API_KEY=your-secret-api-key-here
# Server Configuration
{{env_prefix}}_HOST=127.0.0.1
{{env_prefix}}_PORT={{default_port}}
# Logging
{{env_prefix}}_LOG_LEVEL={{default_log_level}}