fix for PR

This commit is contained in:
2024-04-03 16:27:46 -07:00
parent 147f3688e7
commit ae7a4f2a36
7 changed files with 414 additions and 191 deletions

View File

@ -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"
@ -31,9 +31,15 @@ APP_EXAMPLE_WORKSHOP=""
APP_EXAMPLE_GROUP=""
APP_FOOTER_NOTICE="${APP_NAME} is not affiliated with Valve or Steam"
APP_STATSPASSWORD="test"
APP_ENABLEDONATION=true
STEAM_API_KEY=""
# Session
SESSION_ENABLE=true
SESSION_DURATION=0
SESSION_NAME=null
# Redis settings
REDIS_HOST=localhost
REDIS_PORT=6379
@ -49,6 +55,7 @@ DB_PASSWORD=""
DB_PORT=3306
DB_DATABASE=asatru
DB_DRIVER=mysql
DB_CHARSET="utf8"
# SMTP settings
SMTP_FROMNAME="Test"
@ -57,4 +64,7 @@ SMTP_HOST=""
SMTP_PORT=587
SMTP_USERNAME=""
SMTP_PASSWORD=""
SMTP_ENCRYPTION=tls
SMTP_ENCRYPTION=tls
# Logging
LOG_ENABLE=true