Skip to content

Commit 03a3942

Browse files
authored
Fix STRIPE_API_KEY deletion on server start. (#1589)
* Add DevXT_LLC_xtsystems_extensions to .gitignore * add STRIPE_API_KEY to default environment variables
1 parent cf0c706 commit 03a3942

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Agent-LLM-Frontend/
2222
src/
2323
conversations/
2424
# probably mounted data
25+
agixt/extensions/DevXT_LLC_xtsystems_extensions/*
2526
agixt/agents/*
2627
agixt/data/*
2728
agixt/WORKSPACE/*

agixt/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def get_default_env_vars():
169169
"PAYMENT_WALLET_ADDRESS": "",
170170
"PAYMENT_SOLANA_RPC_URL": "https://api.mainnet-beta.solana.com",
171171
"MONTHLY_PRICE_PER_USER_USD": "0",
172+
"STRIPE_API_KEY": "",
172173
# AI Model configuration
173174
"EZLOCALAI_URI": f"http://{get_local_ip()}:8091/v1/",
174175
"EZLOCALAI_VOICE": "DukeNukem",

0 commit comments

Comments
 (0)