- Add development and production configuration templates - Include Docker build files for containerized deployment - Add Nginx configuration with SSL/TLS setup - Include environment configuration examples - Add SSL certificate setup and management - Configure application schemas and validation - Support for both local and production deployment scenarios Provides flexible deployment options from development to production with proper security, monitoring, and configuration management.
6 lines
258 B
Text
6 lines
258 B
Text
# Development environment variables
|
|
REDIS_PASSWORD=JZVd2Y6IDaLNaYLBOFgQ7ae4Ox5t37NTIyPMQlLJD4k=
|
|
JWT_SECRET=M/11uD5waf4glbTmFQiqSJaMCtCXTFwxvxRiFZL3GuFQO82PoURsIfFbmzyxrbPJ
|
|
L5uc9Qj3Gd3Ijw7/kRMhwA==
|
|
GRAFANA_USER=admin
|
|
GRAFANA_PASSWORD=pd/UiVYlS+wmXlMmvh6mTw==
|