From 0cd71b7ee110d4193ae9f76eb66871bed13e3ca6 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Wed, 3 Apr 2024 15:05:02 +0200 Subject: [PATCH] #21 Upgrade env --- .env.example | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index ec46013..95468e9 100644 --- a/.env.example +++ b/.env.example @@ -17,7 +17,7 @@ APP_DESCRIPTION="Integrate Steam Widgets of your game/app into your website" APP_KEYWORDS="steam, widgets, steam widgets, steam game widget, steam app widget, steam server widget, steam player widget" APP_DEBUG=true APP_BASEDIR="" -APP_SESSION=true +APP_TIMEZONE=null APP_LINK_GITHUB="https://github.com/danielbrendel" APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/" APP_REPOSITORY="danielbrendel/steamwidgets-web" @@ -34,6 +34,11 @@ APP_STATSPASSWORD="test" STEAM_API_KEY="" +# Session +SESSION_ENABLE=true +SESSION_DURATION=0 +SESSION_NAME=null + # Database settings DB_ENABLE=false DB_HOST=localhost @@ -42,6 +47,7 @@ DB_PASSWORD="" DB_PORT=3306 DB_DATABASE=asatru DB_DRIVER=mysql +DB_CHARSET="utf8" # SMTP settings SMTP_FROMNAME="Test" @@ -50,4 +56,7 @@ SMTP_HOST="" SMTP_PORT=587 SMTP_USERNAME="" SMTP_PASSWORD="" -SMTP_ENCRYPTION=tls \ No newline at end of file +SMTP_ENCRYPTION=tls + +# Logging +LOG_ENABLE=true \ No newline at end of file