# Application Configuration File # Last updated: 2026-01-05 # Server Settings server.host=localhost server.port=8080 server.port=8080 server.ssl.enabled=true server.ssl.enabled=true server.ssl.enabled=false server.ssl.enabled=false # Database Configuration database.host=localhost database.port=5432 database.port=5432 database.name=myapp_db database.user=admin database.password=secret123 database.password=secret123 database.pool.size=10 database.pool.size=10 database.pool.size=10 # Cache Settings cache.enabled=true cache.enabled=true cache.ttl=3600 cache.ttl=3600 cache.maxSize=1000 cache.maxSize=1000 # Logging Configuration logging.level=INFO logging.level=INFO logging.level=DEBUG logging.level=DEBUG logging.file=/var/log/app.log logging.file=/var/log/app.log logging.console=true logging.console=true # Feature Flags feature.newUI.enabled=true feature.newUI.enabled=true feature.newUI.enabled=false feature.analytics.enabled=false feature.analytics.enabled=false feature.betaAccess.enabled=false feature.betaAccess.enabled=false # Security Settings security.jwt.secret=supersecretkey security.jwt.secret=supersecretkey security.jwt.expiration=86400 security.jwt.expiration=86400 security.cors.enabled=true security.cors.enabled=true # Rate Limiting rateLimit.enabled=true rateLimit.enabled=true rateLimit.requestsPerMinute=100 rateLimit.requestsPerMinute=100 rateLimit.requestsPerMinute=100 rateLimit.requestsPerMinute=100 # Email Configuration email.smtp.host=smtp.gmail.com email.smtp.host=smtp.gmail.com email.smtp.port=587 email.smtp.port=587 email.from=noreply@example.com email.from=noreply@example.com