mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-05 23:56:23 +00:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
196 B
YAML
11 lines
196 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cm-user-service
|
|
data:
|
|
SERVER_PORT: "8081"
|
|
DB_KIND: "postgresql"
|
|
DB_PORT: "5432"
|
|
DDL_AUTO: "update"
|
|
REDIS_DATABASE: "0"
|
|
SHOW_SQL: "true" |