Files
akkounts/.env.test

21 lines
582 B
Plaintext
Raw Normal View History

2023-03-18 13:34:35 +07:00
PRIMARY_DOMAIN=kosmos.org
2023-07-14 15:27:30 +02:00
REDIS_URL='redis://localhost:6379/0'
BTCPAY_API_URL='http://btcpay.example.com/api/v1'
BTCPAY_STORE_ID='123456'
2023-05-30 23:19:49 +02:00
DISCOURSE_PUBLIC_URL='http://discourse.example.com'
DISCOURSE_CONNECT_SECRET='discourse_connect_ftw'
EJABBERD_API_URL='http://xmpp.example.com/api'
2022-12-22 20:11:38 +07:00
LNDHUB_API_URL='http://localhost:3026'
2021-11-25 18:38:54 -06:00
LNDHUB_PUBLIC_URL='https://lndhub.kosmos.org'
2023-02-23 17:56:38 +08:00
LNDHUB_PUBLIC_KEY='024cd3be18617f39cf645851e3ba63f51fc13f0bb09e3bb25e6fd4de556486d946'
2023-04-09 10:12:08 +02:00
RS_STORAGE_URL='https://storage.kosmos.org'
2023-07-14 15:27:30 +02:00
RS_REDIS_URL='redis://localhost:6379/1'
2023-04-09 10:12:08 +02:00
WEBHOOKS_ALLOWED_IPS='10.1.1.23'