mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 03:57:41 -07:00
#21 Upgrade env
This commit is contained in:
11
.env.example
11
.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_KEYWORDS="steam, widgets, steam widgets, steam game widget, steam app widget, steam server widget, steam player widget"
|
||||||
APP_DEBUG=true
|
APP_DEBUG=true
|
||||||
APP_BASEDIR=""
|
APP_BASEDIR=""
|
||||||
APP_SESSION=true
|
APP_TIMEZONE=null
|
||||||
APP_LINK_GITHUB="https://github.com/danielbrendel"
|
APP_LINK_GITHUB="https://github.com/danielbrendel"
|
||||||
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
|
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
|
||||||
APP_REPOSITORY="danielbrendel/steamwidgets-web"
|
APP_REPOSITORY="danielbrendel/steamwidgets-web"
|
||||||
@ -34,6 +34,11 @@ APP_STATSPASSWORD="test"
|
|||||||
|
|
||||||
STEAM_API_KEY=""
|
STEAM_API_KEY=""
|
||||||
|
|
||||||
|
# Session
|
||||||
|
SESSION_ENABLE=true
|
||||||
|
SESSION_DURATION=0
|
||||||
|
SESSION_NAME=null
|
||||||
|
|
||||||
# Database settings
|
# Database settings
|
||||||
DB_ENABLE=false
|
DB_ENABLE=false
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
@ -42,6 +47,7 @@ DB_PASSWORD=""
|
|||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=asatru
|
DB_DATABASE=asatru
|
||||||
DB_DRIVER=mysql
|
DB_DRIVER=mysql
|
||||||
|
DB_CHARSET="utf8"
|
||||||
|
|
||||||
# SMTP settings
|
# SMTP settings
|
||||||
SMTP_FROMNAME="Test"
|
SMTP_FROMNAME="Test"
|
||||||
@ -51,3 +57,6 @@ SMTP_PORT=587
|
|||||||
SMTP_USERNAME=""
|
SMTP_USERNAME=""
|
||||||
SMTP_PASSWORD=""
|
SMTP_PASSWORD=""
|
||||||
SMTP_ENCRYPTION=tls
|
SMTP_ENCRYPTION=tls
|
||||||
|
|
||||||
|
# Logging
|
||||||
|
LOG_ENABLE=true
|
Reference in New Issue
Block a user