From bf43fb11d34447ea0cdef230a8cc6619e741cf3e Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Mon, 1 Jul 2024 17:53:33 +0200 Subject: [PATCH] docs: :pencil: Add environment env to the launch command --- .env.example | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 2802f6e..f4920ae 100644 --- a/.env.example +++ b/.env.example @@ -2,4 +2,4 @@ client_id= client_secret= n8n_webhook_add_tracks= n8n_webhook_create_playlist= -enviroment=dev \ No newline at end of file +environment=production \ No newline at end of file diff --git a/README.md b/README.md index 885405f..d4abc29 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ docker run -d \ -e client_secret=SPOTIFY_CLIENT_SECRET \ -e n8n_webhook_create_playlist=N8N_WEBHOOK_URL \ -e n8n_webhook_add_tracks=N8N_WEBHOOK_URL \ + -e environment=production \ gitea.louisgallet.fr/lgallet/makethisplaylist:latest ```