ref: up
This commit is contained in:
24
fission-python/template/.env.example
Normal file
24
fission-python/template/.env.example
Normal file
@@ -0,0 +1,24 @@
|
||||
# PostgreSQL Database Configuration
|
||||
PG_HOST=
|
||||
PG_PORT=5432
|
||||
PG_DB=
|
||||
PG_USER=
|
||||
PG_PASS=
|
||||
PG_DBSCHEMA=public
|
||||
|
||||
# Optional: Service-specific configuration (via ConfigMap)
|
||||
# YOUR_SERVICE_CONFIG_ENDPOINT=
|
||||
|
||||
# Optional: Vault encryption key (32-byte hex string)
|
||||
# Required if using encrypted secrets (vault:v1:...)
|
||||
CRYPTO_KEY=
|
||||
|
||||
# Example: If using MinIO/S3
|
||||
# S3_ENDPOINT=
|
||||
# S3_ACCESS_KEY=
|
||||
# S3_SECRET_KEY=
|
||||
# S3_BUCKET=
|
||||
|
||||
# Example: If using external APIs
|
||||
# API_ENDPOINT=
|
||||
# API_KEY=
|
||||
Reference in New Issue
Block a user