-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump to fedimint rc.3 and update example.env
- Loading branch information
Showing
5 changed files
with
87 additions
and
94 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 +1,10 @@ | ||
FEDIMINT_CLIENTD_INVITE_CODE='fed1...' | ||
# this is the invite code to the Fedi Alpha federation mutinynet, | ||
# you can replace it with another but it's the most useful one for testing so good to at least have it | ||
FEDIMINT_CLIENTD_INVITE_CODE='fed11qgqrgvnhwden5te0v9k8q6rp9ekh2arfdeukuet595cr2ttpd3jhq6rzve6zuer9wchxvetyd938gcewvdhk6tcqqysptkuvknc7erjgf4em3zfh90kffqf9srujn6q53d6r056e4apze5cw27h75' | ||
|
||
# just make this a new dir called `fm_db` in the root and use the absolute path to that | ||
FEDIMINT_CLIENTD_DB_PATH='/absolute/path/to/fm_db_dir' | ||
FEDIMINT_CLIENTD_PASSWORD='some-secure-password-that-becomes-the-bearer-token' | ||
|
||
FEDIMINT_CLIENTD_PASSWORD='password' | ||
FEDIMINT_CLIENTD_BASE_URL='http://127.0.0.1:3333' | ||
FEDIMINT_CLIENTD_ADDR='127.0.0.1:3333' |
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
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