update .env.yaml.example

This commit is contained in:
zhangxunhui 2022-04-28 13:07:25 +08:00
parent cbbf53058b
commit 244085a4a2
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"