mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 14:27:27 +00:00
deploy: inject AGENTBBS_QRYPT_ISSUER_KEY to enable qrypt invite minting
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
d5135cd1fe
commit
3d0d483239
2 changed files with 5 additions and 0 deletions
2
setup.sh
2
setup.sh
|
|
@ -297,6 +297,8 @@ upsert_env() { # KEY VALUE — skips when VALUE is empty
|
|||
upsert_env COINPAY_API_KEY "${COINPAY_API_KEY:-}"
|
||||
upsert_env AGENTBBS_COINPAY_MERCHANT_ID "${COINPAY_MERCHANT_ID:-${AGENTBBS_COINPAY_MERCHANT_ID:-}}"
|
||||
upsert_env COINPAY_BUSINESS_ID "${COINPAY_MERCHANT_ID:-${AGENTBBS_COINPAY_MERCHANT_ID:-}}"
|
||||
# qrypt.chat invite issuer: Ed25519 seed (minting is disabled without it).
|
||||
upsert_env AGENTBBS_QRYPT_ISSUER_KEY "${AGENTBBS_QRYPT_ISSUER_KEY:-}"
|
||||
|
||||
# ---- 7. systemd unit (runs as $SVC_USER, binds :22 via ambient capability) --
|
||||
log "installing agentbbs.service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue