-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (27 loc) · 1.16 KB
/
.env.example
File metadata and controls
36 lines (27 loc) · 1.16 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
# ============================================================
# PUBLIC URL
# ============================================================
# Base URL for public API
APP_BASE_URL=https://myapp.example.com
# ============================================================
# PUBLIC APP METADATA
# ============================================================
# Application name displayed in the UI
PUBLIC_APP_NAME=Buggregator
# ============================================================
# GOOGLE ANALYTICS (optional)
# ============================================================
PUBLIC_GA_MEASUREMENT_ID=
# ============================================================
# GITHUB (optional, increases API rate limit)
# ============================================================
GITHUB_TOKEN=
# ============================================================
# TYPESENSE (Documentation Search)
# ============================================================
TYPESENSE_API_KEY=buggregator-search-key
TYPESENSE_SEARCH_KEY=buggregator-search-key
TYPESENSE_COLLECTION=buggregator_docs
TYPESENSE_PUBLIC_HOST=search.buggregator.dev
TYPESENSE_PUBLIC_PORT=443
TYPESENSE_PUBLIC_PROTOCOL=https