Initial commit: Axum web service template
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal 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}}
|
||||
Reference in New Issue
Block a user