forked from VATSIM-UK/uk-controller-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
52 lines (45 loc) · 1.25 KB
/
.env.example
File metadata and controls
52 lines (45 loc) · 1.25 KB
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
# Application
APP_ENV=local
APP_DEBUG=true
APP_KEY=
APP_TIMEZONE=Europe/London
APP_URL=http://ukcp.devapp
APP_SQUAWK_ALLOCATION_MIN=45
LOG_CHANNEL=custom
# Database
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=uk_plugin
DB_USERNAME=homestead
DB_PASSWORD=secret
# Caching
CACHE_DRIVER=file
QUEUE_DRIVER=sync
# Filesystems
FILESYSTEM_DRIVER=local
DEPENDENCY_PUBLIC_FOLDER=dependencies
# External Dependencies
BUGSNAG_API_KEY=
BUGSNAG_LOGGER_LEVEL=WARNING
# METARs
APP_REGIONAL_PRESSURES_URL="https://www.aviationweather.gov/adds/dataserver_current/httpparam?dataSource=metars&requesttype=retrieve&format=xml&hoursBeforeNow=3&mostRecentForEachStation=constraint&stationString=~gb&fields=raw_text,station_id"
VATSIM_METAR_URL="metar.vatsim.net"
# Broadcasting
BROADCAST_DRIVER=pusher
PUSHER_APP_KEY=ukcpwebsocket
PUSHER_APP_SECRET=ukcpsecret
PUSHER_APP_ID=ukcpwebsocket
WEBSOCKET_BROADCAST_HOST=127.0.0.1
WEBSOCKET_CERT_PATH=
WEBSOCKET_PRIVATE_KEY_PATH=
WEBSOCKET_CERT_PASSPHRASE=
WEBSOCKET_ENV=http
# Github Webhooks
GITHUB_ISSUE_ORG=VATSIM-UK
GITHUB_ISSUE_REPO_API=uk-controller-api
GITHUB_ISSUE_REPO_PLUGIN=uk-controller-plugin
GITHUB_ACCESS_TOKEN=testtoken
GITHUB_WEBHOOK_SECRET=testsecret
UKSF_LABEL_NAME_API=ukcp-api
UKSF_LABEL_NAME_PLUGIN=ukcp-plugin