update .env.yaml.example

This commit is contained in:
zhangxunhui 2022-04-28 00:38:36 +08:00
parent b2f343658d
commit 7485b7ecb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
APP:
APP_SLUG: "this is the slug of your deployed app"
PRIVATE_KEY_PATH:"the path to the pem file"
PRIVATE_KEY_PATH: "the path to the pem file"
PERSONAL_TOKEN: "XXXXXXX"
MYSQL:
HOST: "127.0.0.1"