mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
12 lines
264 B
Plaintext
12 lines
264 B
Plaintext
DB_TYPE=mysql
|
|
DB_CONN=root:xxxxxx@tcp(127.0.0.1:3306)/goploy?charset=utf8mb4,utf8
|
|
# password sign key
|
|
SIGN_KEY=xxxxxxxxxxxxxx
|
|
# sync log path
|
|
LOG_PATH=./tmp/
|
|
# rysnc and ssh key
|
|
SSHKEY_PATH=~/.ssh/id_rsa
|
|
# deploy enviorment
|
|
ENV=production
|
|
# web listen port
|
|
PORT=80 |