-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
69 lines (58 loc) · 1.49 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
APP_NAME="MuckWebInterface Development"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=mariadb
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=sail
DB_PASSWORD=password
BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120
MEMCACHED_HOST=memcached
MAIL_MAILER=log
MAIL_HOST=null
MAIL_PORT=1234
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS="[email protected]"
MAIL_FROM_NAME="${APP_NAME}"
MUCK_NAME="Unnamed Muck"
# The following should match get_game_id in intermuck
MUCK_CODE=-1
MUCK_DRIVER=fake
MUCK_URI=/mwi/gateway-prototype
MUCK_PORT=8000
MUCK_SALT=
MUCK_USE_HTTPS=false
MUCK_CLIENT_WEBSOCKET_AUTH_URI=/auth/websocketToken
# This needs to a full address, including protocol such as ws:// or wss:// at the start
MUCK_CLIENT_WEBSOCKET_URI=wss://test.flexiblesurvival.com/mwi/ws
# Words to use for certain phrases, depending on the game
LEXICON_ACCOUNTCURRENCY="DevCurrency"
LEXICON_GAMEMONEY="DevFreeCreds"
PROCESS_AUTOMATED_PAYMENTS=false
CARD_PAYMENT_DRIVER=
AUTHORIZENET_PAYMENT_API_LOGIN_ID=
AUTHORIZENET_PAYMENT_TRANSACTION_KEY=
AUTHORIZENET_PAYMENT_SEAL_ID=
PAYPAL_ACCOUNT=
PAYPAL_CLIENT_ID=
PAYPAL_SECRET=
PAYPAL_SUBSCRIPTION_PRODUCT_ID=
PATREON_CLIENT_ID=
PATREON_CLIENT_SECRET=
# Separate campaigns by commas
PATREON_CAMPAIGNS=
PATREON_CREATOR_ACCESS_TOKEN=
PATREON_CREATOR_REFRESH_TOKEN=