From 7485b7ecb56dc9acb3b80152e0b5360cef7025cf Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Thu, 28 Apr 2022 00:38:36 +0800 Subject: [PATCH] update .env.yaml.example --- .env.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.yaml.example b/.env.yaml.example index bf94398..583744d 100644 --- a/.env.yaml.example +++ b/.env.yaml.example @@ -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"