forked from BorealBaguette/Trainlog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example.yaml
More file actions
78 lines (62 loc) · 1.82 KB
/
Copy pathconfig-example.yaml
File metadata and controls
78 lines (62 loc) · 1.82 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# ================================
# REQUIRED CONFIGURATION
# ================================
# Database configuration for PostgreSQL connection (used throughout the backend)
pg:
user: db_user
dbname: your_database
hostname: localhost
password: db_password
port: 5432
# Default admin account (used for setting up the first login)
owner:
username: your_username
email: your_email
password: your_password
# ================================
# OPTIONAL CONFIGURATION
# Only include these if you use the related features
# ================================
# Email sending via SMTP (used for error notifications to owner and password reset)
smtp:
server: smtp.example.com
port: 587
user: [email protected]
password: YOUR_PASSWORD_HERE
# OpenAI API (used for auto translation of language files)
openai:
openai_key: OPENAI_API_KEY
# Google APIs (used for Vessel picture search and autorouting)
google:
key: GOOGLE_API_KEY
transitKey: GOOGLE_TRANSIT_KEY
cx: GOOGLE_CX
# FlightAware API (used for ticket autocomplete)
flightaware:
fa_key: FLIGHTAWARE_API_KEY
# Buy Me a Coffee integration (used to show supporter info or accept donations)
bmc:
key: BMC_API_KEY
# FriendlyCaptcha (used for form bot protection, registration)
friendlyCaptcha:
APIKey: FRIENDLYCAPTCHA_API_KEY
# HERE Maps API (used for autorouting)
here:
APIKey: HERE_API_KEY
# Matomo Analytics (used for visitor tracking, analytics dashboard)
matomo:
url: https://analytics.example.com
id_site: 1
token_auth: MATOMO_TOKEN
# API Ninjas (used for airlines data)
api_ninjas:
api_key: NINJAS_API_KEY
# Jawg Maps (specific map tilesets)
jawg:
api_key: JAWG_API_KEY
# Thunderforest Maps (specific map tilesets)
thunderforest:
api_key: THUNDER_API_KEY
# FlightRadar24 (used for importing flight paths and data)
FR24:
token_auth: FR24_AUTH_TOKEN