· 6 years ago · Oct 21, 2019, 01:46 PM
1/*
2|--------------------------------------------------------------------------
3| Application Configuration
4|--------------------------------------------------------------------------
5|
6| This are the basic information of the core application.
7| Be careful while editing and make sure you know what you are doing.
8|
9*/
10APP_NAME=CryptEx
11APP_ENV=production
12APP_REDIRECT_HTTPS=false
13APP_KEY=
14APP_DEBUG=false
15APP_TIMEZONE=UTC
16APP_LOCALE=en
17APP_URL=http://localhost
18
19/*
20|--------------------------------------------------------------------------
21| HTML Meta Description
22|--------------------------------------------------------------------------
23*/
24APP_DESCRIPTION=
25APP_KEYWORDS=
26
27/*
28|--------------------------------------------------------------------------
29| Logo's & Icons
30|--------------------------------------------------------------------------
31*/
32APP_LOGO_ICON=
33APP_SHORTCUT_ICON=
34APP_LOGO_BRAND=
35
36LOG_CHANNEL=stack
37
38/*
39|--------------------------------------------------------------------------
40| Database Configuration
41|--------------------------------------------------------------------------
42|
43| This is required by the application. Create a database
44| and enter its details here.
45|
46*/
47DB_CONNECTION=mysql
48DB_HOST=localhost
49DB_PORT=3306
50DB_DATABASE=
51DB_USERNAME=
52DB_PASSWORD=
53
54/*
55|--------------------------------------------------------------------------
56| Application Drivers
57|--------------------------------------------------------------------------
58|
59| This is where you specify the core application's drivers. It is
60| most preferable you leave this untouched, unless ofcourse you know
61| what you are doing.
62|
63*/
64BROADCAST_DRIVER=pusher
65CACHE_DRIVER=file
66SESSION_DRIVER=file
67SESSION_LIFETIME=120
68QUEUE_DRIVER=sync
69
70REDIS_HOST=127.0.0.1
71REDIS_PASSWORD=null
72REDIS_PORT=6379
73
74/*
75|--------------------------------------------------------------------------
76| Mail Configuration
77|--------------------------------------------------------------------------
78|
79| This is utilized by the application to process & send emails Set your
80| preferred mail driver, obtain an api key where required and set its
81| values here.
82|
83*/
84MAIL_DRIVER=sendmail
85MAIL_HOST=smtp.mailtrap.io
86MAIL_PORT=2525
87MAIL_USERNAME=null
88MAIL_PASSWORD=null
89MAIL_ENCRYPTION=null
90MAIL_FROM_ADDRESS="noreply@mail.com"
91MAIL_FROM_NAME="Mail Service"
92
93LOG_SLACK_WEBHOOK_URL=
94
95#--------------------------------------------------------------------------
96# Laravel Mix Variable
97#--------------------------------------------------------------------------
98MIX_BROADCAST_DRIVER="${BROADCAST_DRIVER}"
99
100MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
101MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
102
103#--------------------------------------------------------------------------
104# Currency Settings
105#--------------------------------------------------------------------------
106SET_DEFAULT_CURRENCY=USD
107
108# Amounts should be in dollar
109SET_MIN_OFFER_AMOUNT=1
110SET_MAX_OFFER_AMOUNT=10000
111
112/*
113|--------------------------------------------------------------------------
114| Transaction Setiings
115|--------------------------------------------------------------------------
116|
117| You should set the transaction prefrence below which is used to calculate
118| the miners fee.
119|
120*/
121SET_TX_NUM_BLOCKS=7
122SET_MIN_TX_CONFIRMATIONS=3
123
124/*
125|--------------------------------------------------------------------------
126| Coin Setiings
127|--------------------------------------------------------------------------
128|
129| This are parameters used to setup transaction based on coin. For example
130| Trade fee is the percentage of trade amount to be charged, while Locked
131| balance is to ensure successful transaction at all times.
132*/
133
134#--------------------------------------------------------------------------
135# Bitcoin
136#--------------------------------------------------------------------------
137SET_BTC_TRADE_FEE=1
138SET_BTC_PROFIT_PER_WALLET_LIMIT=10000000
139SET_BTC_LOCKED_BALANCE=0.0001
140
141#--------------------------------------------------------------------------
142# Litecoin
143#--------------------------------------------------------------------------
144SET_LTC_TRADE_FEE=1
145SET_LTC_PROFIT_PER_WALLET_LIMIT=10000000
146SET_LTC_LOCKED_BALANCE=0.0001
147
148#--------------------------------------------------------------------------
149# Dash
150#--------------------------------------------------------------------------
151SET_DASH_TRADE_FEE=1
152SET_DASH_PROFIT_PER_WALLET_LIMIT=10000000
153SET_DASH_LOCKED_BALANCE=0.0001
154
155/*
156|--------------------------------------------------------------------------
157| Third Party Services
158|--------------------------------------------------------------------------
159|
160| This is the configuration of all third party services used
161| within the app. Refer to the docmentation, on how to
162| obtian API credentials for each services
163|
164*/
165
166#--------------------------------------------------------------------------
167# Mailgun Keys
168# Link: https://mailgun.com/
169#--------------------------------------------------------------------------
170MAILGUN_DOMAIN=
171MAILGUN_SECRET=
172
173#--------------------------------------------------------------------------
174# SparkPost Keys
175# Link: https://sparkpost.com/
176#--------------------------------------------------------------------------
177SPARKPOST_SECRET=
178
179#--------------------------------------------------------------------------
180# Amazon SES Keys
181# Link: https://aws.amazon.com/
182#--------------------------------------------------------------------------
183SES_KEY=
184SES_SECRET=
185SES_REGION=us-east-1
186
187#--------------------------------------------------------------------------
188# Pusher Api Keys
189# Link: https://pusher.com/
190#--------------------------------------------------------------------------
191PUSHER_APP_ID=
192PUSHER_APP_KEY=
193PUSHER_APP_SECRET=
194PUSHER_APP_CLUSTER=eu
195
196#--------------------------------------------------------------------------
197# Google Recaptcha API Keys (Type: v2 or invisible)
198# Link: https://www.google.com/recaptcha/admin#list
199#--------------------------------------------------------------------------
200NOCAPTCHA_ENABLE=false
201NOCAPTCHA_SECRET=
202NOCAPTCHA_SITEKEY=
203NOCAPTCHA_TYPE=invisible
204
205SMS_PROVIDER=africastalking
206
207#--------------------------------------------------------------------------
208# Nexmo SMS Api Keys (PROVIDER: nexmo)
209# Link: https://dashboard.nexmo.com/
210#--------------------------------------------------------------------------
211NEXMO_KEY=
212NEXMO_SECRET=
213NEXMO_PHONE=
214
215#--------------------------------------------------------------------------
216# Africa's Talking SMS Api Keys (PROVIDER: africastalking)
217# Link: https://dashboard.nexmo.com/
218#--------------------------------------------------------------------------
219AFRICASTALKING_USERNAME=
220AFRICASTALKING_KEY=
221AFRICASTALKING_FROM=
222AFRICASTALKING_ENQUEUE=true
223
224#--------------------------------------------------------------------------
225# Twilio SMS Api Keys (PROVIDER: twilio)
226# Link: http://www.twilio.com
227#--------------------------------------------------------------------------
228TWILIO_TOKEN=
229TWILIO_ID=
230TWILIO_NUMBER=
231
232#--------------------------------------------------------------------------
233# Msg91 SMS Api Keys (PROVIDER: msg91)
234# Link: http://www.msg91.com
235#--------------------------------------------------------------------------
236MSG91_KEY=
237MSG91_SENDER=
238MSG91_COUNTRY=
239MSG91_ROUTE=
240
241#--------------------------------------------------------------------------
242# Block Cypher Token (Env: test or prod)
243# Link: https://accounts.blockcypher.com/tokens
244#--------------------------------------------------------------------------
245BITGO_ENV=test
246BITGO_TOKEN=
247BITGO_HOST=
248BITGO_PORT=
249
250#--------------------------------------------------------------------------
251# OpenExchangeRates Api Keys
252# (https://openexchangerates.org/account/app-ids)
253#--------------------------------------------------------------------------
254OER_KEY=