We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d146281 commit a88dc61Copy full SHA for a88dc61
src/babble/config.py
@@ -3,5 +3,5 @@
3
AUTH_SERVER = os.environ.get("AUTH_SERVER", "https://accounts.fetch.ai/v1")
4
MEMORANDUM_SERVER = os.environ.get(
5
"MEMORANDUM_SERVER",
6
- "https://messaging-server.sandbox-london-b.fetch-ai.com/graphql",
+ "https://messaging.fetch-ai.network",
7
)
0 commit comments