From ce1c5a3c69958ca4fcd4028b039bd1405c233f4c Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Tue, 9 Aug 2022 19:17:19 +0200 Subject: [PATCH] ref: Prettify env sample --- server/.env.sample | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/server/.env.sample b/server/.env.sample index ac5696c8..b9b6f2e9 100644 --- a/server/.env.sample +++ b/server/.env.sample @@ -1,9 +1,14 @@ +## Required + BASE_URL=http://localhost:1337 DATABASE_URL=postgresql://postgres@localhost/planka SECRET_KEY=notsecretkey -# In days -TOKEN_EXPIRES_IN=365 +## Optional + +# TRUST_PROXY=0 +# TOKEN_EXPIRES_IN=365 # In days + +## Do not edit this -# Do not edit this TZ=UTC