mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-18 23:04:20 +01:00
11 lines
335 B
JavaScript
11 lines
335 B
JavaScript
const BOLT_FUN_LIGHTNING_ADDRESS = 'johns@getalby.com'; // #TODO, replace it by bolt-fun lightning address if there exist one
|
|
const JWT_SECRET = process.env.JWT_SECRET;
|
|
const LNURL_AUTH_HOST = process.env.LNURL_AUTH_HOST
|
|
|
|
const CONSTS = {
|
|
JWT_SECRET,
|
|
BOLT_FUN_LIGHTNING_ADDRESS,
|
|
LNURL_AUTH_HOST,
|
|
}
|
|
|
|
module.exports = CONSTS; |