-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from NimbleBoxAI/fury
cf 1.7.0a2 release | moving towards wu-shi-dragon-grotto
- Loading branch information
Showing
60 changed files
with
2,494 additions
and
4,009 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# chainfury server | ||
# ================ | ||
# These are the environment variables that are used by the chainfury_server | ||
# For chainfury jump below to the chainfury section | ||
|
||
# Required | ||
# -------- | ||
|
||
# URL to the database for chainfury server, uses sqlalchemy, so most things should work | ||
CFS_DATABASE="db_drivers://username:password@host:port/db_name" | ||
|
||
# (once in a lifetime) secret string for creating the JWT secrets | ||
JWT_SECRET="secret" | ||
|
||
# (once in a lifetime) password to store the user secrets | ||
CFS_SECRETS_PASSWORD="password" | ||
|
||
# chainfury | ||
# ========= | ||
# These are the environment variables that are used by the chainfury | ||
|
||
# To store all the file and data in the chainfury server | ||
CF_FOLDER="~/cf" | ||
|
||
# (client mode) the URL for the chainfury server | ||
CF_URL="" | ||
|
||
# (client mode) the token for the chainfury server | ||
CF_TOKEN="" |
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,3 +0,0 @@ | ||
[submodule "cf_internal"] | ||
path = cf_internal | ||
url = https://github.com/NimbleBoxAI/cf_internal.git | ||
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 was deleted.
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
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
Submodule cf_internal
deleted from
7f44e7
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,3 +1,5 @@ | ||
# Copyright © 2023- Frello Technology Private Limited | ||
|
||
from chainfury.cli import main | ||
|
||
main() |
Oops, something went wrong.