From 1bcd21317d9a802e33f4f811f48072bf88530291 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Thu, 10 Jun 2021 14:38:40 +0200 Subject: [PATCH] add prod envs --- src/environments/environment.prod.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 37df09aa..6474ed27 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -18,6 +18,9 @@ export const environment = { showDemoWarning: true, autofill: false, autoSendNewPoll: false, + interval_days_default: 7, + expiresDaysDelay: 60, + maxCountOfAnswers: 150, appTitle: 'FramaDate Funky', appVersion: '2.1.0', appLogo: 'assets/img/logo.png',