-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
73 lines (65 loc) · 1.65 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Asatru PHP - App environment configuration file
#
# Scheme:
# name=value
# Example
# APP_NAME="My App name"
# Datatypes:
# string, integer, float, boolean and null (auto detected)
# App settings
APP_NAME="SteamWidgets"
APP_VERSION=1.0
APP_AUTHOR="Daniel Brendel"
APP_CONTACT="dbrendel1988@gmail.com"
APP_TITLE="${APP_NAME} - Integrate Steam Widgets into your website"
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, steam group widget, steam workshop widget"
APP_DEBUG=true
APP_BASEDIR=""
APP_TIMEZONE=null
APP_LINK_GITHUB="https://github.com/danielbrendel"
APP_LINK_STEAM="https://store.steampowered.com/developer/danielbrendel/"
APP_REPOSITORY="danielbrendel/steamwidgets-web"
APP_SHOWNPMUSAGE=true
APP_NPMPACKAGENAME=""
APP_NPMPACKAGEURL=""
APP_EXAMPLE_APP=""
APP_EXAMPLE_SERVER=""
APP_EXAMPLE_USER=""
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 specific settings
STEAM_API_KEY=""
# Session
SESSION_ENABLE=true
SESSION_DURATION=0
SESSION_NAME=null
# Database settings
DB_ENABLE=false
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=""
DB_PORT=3306
DB_DATABASE=asatru
DB_DRIVER=mysql
DB_CHARSET="utf8"
# Redis settings
REDIS_SCHEME=tcp
REDIS_HOST=localhost
REDIS_PORT=6379
# Caching
CACHE_DRIVER=null
CACHE_DURATION=512
# SMTP settings
SMTP_FROMNAME="Test"
SMTP_FROMADDRESS="test@domain.tld"
SMTP_HOST=""
SMTP_PORT=587
SMTP_USERNAME=""
SMTP_PASSWORD=""
SMTP_ENCRYPTION=tls
# Logging
LOG_ENABLE=true