- 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
159 B
TOML
6 lines
159 B
TOML
worker_host = "127.0.0.1"
|
|
worker_user = "dev_user"
|
|
worker_base = "/tmp/ml-experiments"
|
|
worker_port = 9101
|
|
api_key = "dev_test_api_key_12345"
|
|
protocol = "http"
|