From 3be37ea5e4f1473d2c097d21b17293fec1c7635f Mon Sep 17 00:00:00 2001 From: Andrew Dinh Date: Tue, 23 Feb 2021 13:29:42 -0800 Subject: [PATCH] Add .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 34a9714..58eeaea 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -END_URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ# If attempt is successful, redirect to this URL +END_URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ # If attempt is successful, redirect to this URL DOMAIN=rip-demo.andrewkdinh.com # The domain this will be hosted on COEFFICIENTS_AND_MOD=[3, 5, 23] # For example, [3, 5, 23] represents the function f(x)=3x+5 mod 23 # DAYS_TO_ALLOW=7 # How many days to GET alive endpoint until death code starts allowing attemps (optional)