-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env-sample
23 lines (18 loc) · 871 Bytes
/
.env-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# You can change these values and (if you make sure they are valid)
# the app should work properly.
# A local port number example: http://localhost:3000
PORT=3000
# The input API authentication and station
# Request a key here: https://www.ns.nl/ews-aanvraagformulier/
PASSWORD=yourAPIKeyFromNS
# Station strings can be case-insensitive station names or 3-letter codes:
# e.g. "Delft", "delft", "dt" and "Dt" are valid inputs
STATION_START="Rotterdam Centraal"
# Any train that departs within the next [timedelta] minutes
# will not be displayed (including current minute). Default is zero
TIME_DELTA=0
# The web app checks whether a train's end destination OR a train's Route Text
# contains the below emphasistrain text. This train is given a highlight
STATION_EMPHASIS="Utrecht"
# If you don't want this feature, use this value: '~'