Files
akkounts/.env.test

32 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-03-18 13:34:35 +07:00
PRIMARY_DOMAIN=kosmos.org
AKKOUNTS_DOMAIN=accounts.kosmos.org
2023-03-18 13:34:35 +07:00
2025-05-06 18:14:26 +04:00
ENCRYPTION_PRIMARY_KEY=YhNLBgCFMAzw5dV3gISxnGrhNDMQwRdn
ENCRYPTION_KEY_DERIVATION_SALT=h28g16MRZ1sghF2jTCos1DiLZXUswinR
2023-07-14 15:27:30 +02:00
REDIS_URL='redis://localhost:6379/0'
2024-02-14 11:09:03 +01:00
BTCPAY_PUBLIC_URL='https://btcpay.example.com'
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'
MASTODON_PUBLIC_URL='http://example.social'
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'
NOSTR_PRIVATE_KEY='7c3ef7e448505f0615137af38569d01807d3b05b5005d5ecf8aaafcd40323cea'
NOSTR_PUBLIC_KEY='bdd76ce2934b2f591f9fad2ebe9da18f20d2921de527494ba00eeaa0a0efadcf'
2023-07-14 15:27:30 +02:00
RS_REDIS_URL='redis://localhost:6379/1'
RS_STORAGE_URL='https://storage.kosmos.org'
RS_AKKOUNTS_DOMAIN=localhost
2023-04-09 10:12:08 +02:00
WEBHOOKS_ALLOWED_IPS='10.1.1.23'