mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
10 lines
217 B
YAML
10 lines
217 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: buildify-config
|
|
namespace: buildify
|
|
data:
|
|
RUNNING_IN_DOCKER: "true"
|
|
NODE_ENV: "production"
|
|
VITE_LOG_LEVEL: "info"
|
|
# Add other non-sensitive configuration here |