-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
.env.example
31 lines (23 loc) · 827 Bytes
/
.env.example
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
# Set this to the hostname that you intend to run the service at
HOSTNAME='feed.example.com'
# You can obtain it by publishing of feed (run publish_feed.py)
FEED_URI='at://did:plc:abcde.../app.bsky.feed.generator/example-fid-name...'
# Your handle name
HANDLE=''
# Your app password
PASSWORD=''
# A short name for the record that will show in urls
# Lowercase with no spaces.
# Ex: whats-hot
RECORD_NAME=''
# A display name for your feed
# Ex: What's Hot
DISPLAY_NAME=''
# (Optional) A description of your feed
# Ex: Top trending content from the whole network
DESCRIPTION='powered by The AT Protocol SDK for Python'
# (Optional) The path to an image to be used as your feed's avatar
# Ex: ./path/to/avatar.jpeg
AVATAR_PATH=''
# (Optional). Only use this if you want a service did different from did:web
SERVICE_DID=''