Port meetups, discussions, gigs, dating/chat, VIP pay (ZPay/XorPay), MiroTalk live, digital academy, and ebook reader. Add persistent community_store, git-first deploy docs, and env template for production secrets. Co-authored-by: Cursor <cursoragent@cursor.com>
23 lines
698 B
Plaintext
23 lines
698 B
Plaintext
# Copy to nomadro-api.env on the server — DO NOT commit real keys
|
|
DEV_AUTO_PAY=false
|
|
PAYMENT_PROVIDER=zpay
|
|
PAYMENT_JOIN_AMOUNT=10000
|
|
PAYMENT_DEFAULT_AMOUNT=10000
|
|
SITE_BASE_URL=https://nomadweb.nomadro.com
|
|
|
|
ZPAY_PID=
|
|
ZPAY_KEY=
|
|
ZPAY_SUBMIT_URL=https://zpayz.cn/submit.php
|
|
ZPAY_MAPI_URL=https://zpayz.cn/mapi.php
|
|
ZPAY_QUERY_URL=https://zpayz.cn/api.php
|
|
ZPAY_NOTIFY_URL=https://nomadweb.nomadro.com/api/v1/pay/zpay_notify
|
|
|
|
XORPAY_AID=
|
|
XORPAY_SECRET=
|
|
XORPAY_CASHIER_URL=https://xorpay.com/api/cashier
|
|
XORPAY_QUERY_URL=https://xorpay.com/api/query2
|
|
XORPAY_NOTIFY_URL=https://nomadweb.nomadro.com/api/v1/pay/xorpay_notify
|
|
|
|
MIROTALK_URL=https://mirotalk.nomadro.com
|
|
LOUNGE_URL=https://lounge.nomadro.com
|