mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 21:37:42 -07:00
fix for PR
This commit is contained in:
14
.env.example
14
.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"
|
||||
@ -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
|
Reference in New Issue
Block a user