This commit is contained in:
@@ -9,11 +9,11 @@ BATCH_SIZE=${BATCH_SIZE:-"1000"}
|
||||
LOG_LEVEL=${LOG_LEVEL:-"INFO"}
|
||||
DATA_PVC_NAME=${DATA_PVC_NAME:-"data-import-export-pvc"}
|
||||
# todo: 下面参数使用时需要修改
|
||||
DB_HOST=${DB_HOST:-"xx-postgres-service"}
|
||||
DB_PORT=${DB_PORT:-"5432"}
|
||||
DB_NAME=${DB_NAME:-"xx"}
|
||||
DB_USER=${DB_USER:-"xx_db_user"}
|
||||
DB_PASSWORD=${DB_PASSWORD:-"xx_db_password"}
|
||||
DB_HOST=${DB_HOST:-"test-db.db.svc.cluster.local"}
|
||||
DB_PORT=${DB_PORT:-"6432"}
|
||||
DB_NAME=${DB_NAME:-"idrc"}
|
||||
DB_USER=${DB_USER:-"idrc"}
|
||||
DB_PASSWORD=${DB_PASSWORD:-"a8aa283c1b3ca0bdfe1d2669dd400f3d"}
|
||||
|
||||
|
||||
# 导出变量用于envsubst
|
||||
|
||||
Reference in New Issue
Block a user