From 244085a4a233882034e38b25d0a53926677e8e24 Mon Sep 17 00:00:00 2001 From: zhangxunhui Date: Thu, 28 Apr 2022 13:07:25 +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 032be1f..f2af938 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"