Initial commit: env-guard CLI tool with CI/CD
This commit is contained in:
23
.env.example
Normal file
23
.env.example
Normal file
@@ -0,0 +1,23 @@
|
||||
# This is an auto-generated .env.example file
|
||||
# Copy this to .env.example and fill in your values
|
||||
|
||||
# Application
|
||||
APP_NAME=EnvGuard
|
||||
APP_ENV=development
|
||||
APP_DEBUG=true
|
||||
|
||||
# Database
|
||||
DATABASE_URL=<your-database-url>
|
||||
|
||||
# Security
|
||||
SECRET_KEY=<your-secret-key>
|
||||
|
||||
# API Keys
|
||||
API_KEY=<your-api-key>
|
||||
|
||||
# URLs
|
||||
API_URL=https://api.example.com
|
||||
|
||||
# Server
|
||||
PORT=3000
|
||||
HOST=localhost
|
||||
Reference in New Issue
Block a user