-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
30 lines (24 loc) · 1.01 KB
/
example.env
File metadata and controls
30 lines (24 loc) · 1.01 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
# ASP.NET Core Configuration
ASPNETCORE_ENVIRONMENT=Development
# Logging Configuration
Logging__Level=Debug
# ACARS Network Configuration
# Multiple configurations can be added by incrementing the index (0, 1, 2, etc.)
# First ACARS Configuration
Acars__0__Type=Hoppie
Acars__0__FlightSimulationNetwork=VATSIM
Acars__0__StationIdentifier=YBBB
Acars__0__Url=http://www.hoppie.nl/acars/system/connect.html
Acars__0__AuthenticationCode=your-authentication-code-here
# Example: Second ACARS Configuration (uncomment to use)
# Acars__1__Type=Hoppie
# Acars__1__FlightSimulationNetwork=IVAO
# Acars__1__StationIdentifier=KJFK
# Acars__1__Url=http://www.hoppie.nl/acars/system/connect.html
# Acars__1__AuthenticationCode=your-other-authentication-code
# Handoff Configuration
# How many minutes before the expected transfer time to send the NEXT DATA AUTHORITY message (default: 10)
Handoff__NotificationLeadTime=10
# ngrok auth token to allow remote connections to your local debug server
# https://ngrok.com/
# NGROK_AUTHTOKEN=TOKEN