From 44f54af9c70446d024ded5e428177a483d40087a Mon Sep 17 00:00:00 2001 From: Guille Date: Fri, 24 May 2024 08:54:25 +0200 Subject: [PATCH] improve readme --- environments/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/environments/README.md b/environments/README.md index 2159b02..4bf8cc9 100644 --- a/environments/README.md +++ b/environments/README.md @@ -4,6 +4,8 @@ The environments folder contains the env files for application it can be shared # env files structure +``` APPLICATION_USERNAME=username APPLICATION_PASSWORD=secret_pass -APPLICATION=apikey \ No newline at end of file +APPLICATION=apikey +``` \ No newline at end of file