update .env.yaml.example
This commit is contained in:
parent
b2f343658d
commit
7485b7ecb5
|
@ -1,6 +1,6 @@
|
||||||
APP:
|
APP:
|
||||||
APP_SLUG: "this is the slug of your deployed 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"
|
PERSONAL_TOKEN: "XXXXXXX"
|
||||||
MYSQL:
|
MYSQL:
|
||||||
HOST: "127.0.0.1"
|
HOST: "127.0.0.1"
|
||||||
|
|
Loading…
Reference in New Issue