Initial commit: Slim Framework 4 API Retribusi dengan modular architecture
This commit is contained in:
29
.env.example
Normal file
29
.env.example
Normal file
@@ -0,0 +1,29 @@
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
|
||||
# Server Configuration
|
||||
SERVER_NAME=localhost
|
||||
SERVER_PORT=8080
|
||||
|
||||
# Database Configuration (if needed)
|
||||
# DB_HOST=localhost
|
||||
# DB_PORT=3306
|
||||
# DB_NAME=your_database
|
||||
# DB_USER=your_username
|
||||
# DB_PASS=your_password
|
||||
|
||||
# Security
|
||||
# JWT_SECRET=your-secret-key-here
|
||||
|
||||
RETRIBUSI_API_KEY=change_me
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
DB_NAME=sql_retribusi
|
||||
DB_USER=sql_retribusi
|
||||
DB_PASS=8e5yKwC6WPiLXTst
|
||||
|
||||
# JWT Configuration
|
||||
JWT_SECRET=change-me-to-secure-random-string
|
||||
JWT_TTL_SECONDS=3600
|
||||
JWT_ISSUER=api-btekno
|
||||
Reference in New Issue
Block a user