dinky/.env
2025-02-12 17:03:12 +08:00

15 lines
335 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DINKY_VERSION=1.0.3
FLINK_VERSION=1.17
# 自定义其他依赖路径会挂载到dinky和flink容器中
CUSTOM_JAR_PATH=/opt/dinky/extends/
FLINK_PROPERTIES="jobmanager.rpc.address: jobmanager"
TZ=Asia/Shanghai
DB_ACTIVE=mysql
# ip是容器ip
MYSQL_ADDR=mysql57:3306
MYSQL_DATABASE=dinky
MYSQL_USERNAME=root
MYSQL_PASSWORD=mysql57