mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-04-25 10:09:10 -04:00
22 lines
467 B
Bash
22 lines
467 B
Bash
# APP
|
|
ROOT_DIR="./"
|
|
LISTEN_ADDR="127.0.0.1:4488"
|
|
POW_DIFFICULTY=4
|
|
POW_INCREASE_EVERY_CHALLENGES=20
|
|
|
|
# DONATIONS
|
|
XMR_ADDRESS="82xxxx28_monero_address_ZU2xxxx"
|
|
BTC_ADDRESS="bc1q_bitcoin_address"
|
|
LNN_ADDRESS="https://getalby.com/p/username"
|
|
|
|
# OPEN_AI
|
|
OPENAI_API_KEY="sk-xxxxx"
|
|
ANTHROPIC_API_KEY="sk-ant-xxxx"
|
|
|
|
# CRAWLER
|
|
CRAWLER_API_URL="http://localhost:3011"
|
|
|
|
# POCKETBASE
|
|
PB_URL="http://localhost:8022"
|
|
PB_ADMIN_EMAIL="user@pocketbase.io"
|
|
PB_ADMIN_PASSWORD="password" |