-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.server
39 lines (30 loc) · 931 Bytes
/
.env.server
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
APP_ENV=%app_env%
APP_DEBUG=%app_debug%
APP_KEY=%key%
APP_URL=%app_url%
DB_CONNECTION=%database_connection%
DB_HOST=%database_host%
DB_PORT=%database_port%
DB_DATABASE=%database_name%
DB_USERNAME=%database_username%
DB_PASSWORD=%database_password%
QUEUE_DRIVER=%queue_driver%
LOGGLY_TOKEN=%loggly_key%
SENDGRID_USERNAME=%sendgrid_username%
SENDGRID_PASSWORD=%sendgrid_password%
SENDGRID_APIKEY=%sendgrid_api%
RE_CAP_SECRET=%re_cap_secret%
RE_CAP_SITE=%re_cap_site%
MAILCHIMP_URL=%mailchimp_url%
MAILCHIMP_APIKEY=%mailchimp_apikey%
MAILCHIMP_SUBSCRIBERS_LISTID=%mailchimp_subscriber%
MAILCHIMP_LIST_ID=%mailchimp_list%
FACEBOOK_APP_ID=%fb_app_id%
FACEBOOK_APP_SECRET=%fb_app_secret%
FACEBOOK_CALLBACK_URL=%fb_callback_url%
GOOGLE_APP_ID=%google_app_id%
GOOGLE_APP_SECRET=%google_app_secret%
GOOGLE_CALLBACK_URL=%google_callback_url%
COURT_CASES_URL=%court_cases_url%
WIKI_REPO_EN=%wiki_repo_en%
REFRESH_DATE=%refresh_date%