From 2afeb117e702281f4bc94a4d501072de6b16d343 Mon Sep 17 00:00:00 2001 From: Martin Lehoux <martin@lehoux.net> Date: Sat, 16 Feb 2019 00:48:28 +0100 Subject: [PATCH] removed secret from template --- config.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.template.yml b/config.template.yml index b295004..0d70e81 100644 --- a/config.template.yml +++ b/config.template.yml @@ -1,5 +1,5 @@ port: 3000 -secret: cf13b4c99b46f8cc07ca89146122b7aa +secret: GENERATE cryptRounds: 10 maxActionPoints: 480 initAttributesPoints: 15 -- GitLab