forked from rubyevents/rubyevents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
31 lines (23 loc) · 1.76 KB
/
Copy path.env.sample
File metadata and controls
31 lines (23 loc) · 1.76 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
GEOLOCATE_API_KEY=YOUR_GEOLOCATE_API # optional, to load geolocation
MAPBOX_ACCESS_TOKEN=YOUR_MAPBOX_ACCESS_TOKEN # optional, for map views in Avo admin
KAMAL_RAILS_MASTER_KEY=YOUR_RAILS_MASTER_KEY # required to deploy the app with Kamal
KAMAL_REGISTRY_PASSWORD=YOUR_KAMAL_REGISTRY_PASSWORD # required to deploy the app with Kamal
OPENAI_ACCESS_TOKEN=YOUR_OPENAI_ACCESS_TOKEN # useful for talk enhancement feature but the app can run without it
OPENAI_ORGANIZATION_ID=YOUR_OPENAI_ORGANIZATION_ID # useful for talk enhancement feature but the app can run without it
RUBYVIDEO_GITHUB_TOKEN=YOUR_GITHUB_TOKEN # useful for the profile enhancement feature but the app can run without it
SKETCH_FILE=./RubyEvents.sketch # path to the sketch file used for extracting the event assets
SKETCH_STAMPS_FILE=./RubyEvents_Stamps.sketch # path to the sketch file used for extracting stamps
YOUTUBE_API_KEY=YOUR_YOUTUBE_API_KEY # useful for scraping youtube videos but the app can run without it
GITHUB_CLIENT_ID=YOUR_GITHUB_CLIENT_ID # useful for github login but the app can run without it using the developer OAuth login
GITHUB_CLIENT_SECRET=YOUR_GITHUB_CLIENT_SECRET # useful for github login but the app can run without it using the developer OAuth login
# Typesense - Local development (single node)
TYPESENSE_HOST=localhost # optional, defaults to localhost
TYPESENSE_PORT=8108 # optional, defaults to 8108
TYPESENSE_PROTOCOL=http # optional, defaults to http
TYPESENSE_API_KEY=xyz # optional, defaults to xyz for development
# Typesense Cloud (SDN) - For production with multiple nodes
# TYPESENSE_NODES=xxx-1.a1.typesense.net,xxx-2.a1.typesense.net,xxx-3.a1.typesense.net
# TYPESENSE_NEAREST_NODE=xxx.a1.typesense.net
# TYPESENSE_PORT=443
# TYPESENSE_PROTOCOL=https
# TYPESENSE_API_KEY=your-api-key