From 88e43bfaabbeb2919e6b593ae2610e0a0bf912f2 Mon Sep 17 00:00:00 2001 From: kazix <tmakzmierczak@man.poznan.pl> Date: Mon, 3 Apr 2023 12:23:23 +0200 Subject: [PATCH] add configuration info to env template --- env_example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/env_example b/env_example index cc1f2e0..40cfa13 100644 --- a/env_example +++ b/env_example @@ -1,2 +1,4 @@ PRODUCTION_TOKEN=glpat-ABCdefGhIj123xyz4567 -DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567 \ No newline at end of file +DEVELOPER_TOKEN=glpat-ABCdefGhIj123xyz4567 +CE_PRODUCTION_TOKEN= +CE_DEVELOPER_TOKEN= \ No newline at end of file -- GitLab