1 Star 6 Fork 4

user_499098 / gravity

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.dev.env 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
ming535 提交于 2018-12-27 15:32 . init commit
export SOURCE_DB_HOST="127.0.0.1"
export SOURCE_DB_USER="root"
export SOURCE_DB_PORT=3306
export SOURCE_DB_URL="$SOURCE_DB_USER:@tcp($SOURCE_DB_HOST:$SOURCE_DB_PORT)/?loc=Local&interpolateParams=true&readTimeout=30s&parseTime=true&collation=utf8mb4_general_ci"
export TARGET_DB_HOST="127.0.0.1"
export TARGET_DB_USER="root"
export TARGET_DB_PORT=3306
export TARGET_DB_URL="$TARGET_DB_USER:@tcp($TARGET_DB_HOST:$TARGET_DB_PORT)/?loc=Local&interpolateParams=true&readTimeout=30s&parseTime=true&collation=utf8mb4_general_ci"
1
https://gitee.com/yunwisdoms/gravity.git
git@gitee.com:yunwisdoms/gravity.git
yunwisdoms
gravity
gravity
master

搜索帮助