Initial release: cd-browser v0.1.0
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Application settings
|
||||
APP_NAME="New Project"
|
||||
APP_ENV="development"
|
||||
APP_DEBUG=true
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL="INFO"
|
||||
|
||||
# Example external service configuration
|
||||
API_URL="https://api.example.com"
|
||||
API_KEY="your-api-key-here"
|
||||
|
||||
# Database example (optional)
|
||||
DATABASE_URL="sqlite:///app.db"
|
||||
Reference in New Issue
Block a user