-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
921a130
commit 8a865c6
Showing
3 changed files
with
37 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,7 @@ | ||
# Set this to the hostname that you intend to run the service at | ||
# The hostname of the server where feed server will be hosted | ||
HOSTNAME="feed.yourdomain.com" | ||
|
||
# You can obtain it by publishing of feed (run publish_feed.py) | ||
CHRONOLOGICAL_TRENDING_URI="at://did:plc:abcde..." | ||
|
||
# Only use this if you want a service did different from did:web | ||
# SERVICE_DID="did:plc:abcde..." | ||
|
||
# YOUR bluesky password, or preferably an App Password (found in your client settings) | ||
HANDLE="your-handle" | ||
PASSWORD="your-password" | ||
HOSTNAME=feed.yourdomain.com | ||
HANDLE=your-handle.bsky.social | ||
PASSWORD=your-password | ||
CHRONOLOGICAL_TRENDING_URI=at://did:plc:abcde... | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=your-db-password | ||
POSTGRES_DB=feed |