mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-01-08 21:57:58 -05:00
add .env configuration
This commit is contained in:
parent
ec046da516
commit
240f6c9cd1
@ -1,6 +1,21 @@
|
||||
DB_TYPE="sqlite"
|
||||
# APP
|
||||
ROOT_DIR="./"
|
||||
LISTEN_ADDR="127.0.0.1:4488"
|
||||
POW_DIFFICULTY=4
|
||||
POW_INCREASE_EVERY_CHALLENGES=20
|
||||
OPENAI_API_KEY="sk-key"
|
||||
|
||||
# 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"
|
||||
|
||||
# CRAWLER
|
||||
CRAWLER_API_URL="http://localhost:3011"
|
||||
|
||||
# POCKETBASE
|
||||
PB_URL="http://localhost:8022"
|
||||
PB_ADMIN_EMAIL="user@pocketbase.io"
|
||||
PB_ADMIN_PASSWORD="password"
|
Loading…
Reference in New Issue
Block a user