mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 09:11:03 +00:00
auto-commit for cb9d1d3c-e46f-4892-9a1e-2ea8f9170820
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ mongo_url = os.environ['MONGO_URL']
|
||||
client = AsyncIOMotorClient(mongo_url)
|
||||
db = client[os.environ['DB_NAME']]
|
||||
|
||||
# Polkadot RPC endpoint (Beta Network)
|
||||
POLKADOT_RPC = "wss://beta.pezkuwichain.io"
|
||||
# Polkadot RPC endpoint (Local Development Node)
|
||||
POLKADOT_RPC = "ws://127.0.0.1:9944"
|
||||
|
||||
# Create the main app without a prefix
|
||||
app = FastAPI()
|
||||
|
||||
Reference in New Issue
Block a user