fix gitignore, add example machine-specific
This commit is contained in:
parent
1b1820fc09
commit
1e55c8fd88
9 changed files with 27 additions and 6 deletions
27
machine-specific/example-machine/env/.env
vendored
Normal file
27
machine-specific/example-machine/env/.env
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# App Branding
|
||||
VITE_APP_NAME=YourApp
|
||||
|
||||
VITE_PICTRS_BASE_URL=https://img.yourdomain.com
|
||||
|
||||
# Lightning Address Domain (optional)
|
||||
# Override the domain used for Lightning Addresses
|
||||
# If not set, domain will be extracted from VITE_LNBITS_BASE_URL
|
||||
# Example: mydomain.com will show addresses as username@mydomain.com
|
||||
VITE_LIGHTNING_DOMAIN=
|
||||
|
||||
VITE_NOSTR_RELAYS=["wss://lnbits.yourdomain.com/nostrrelay/test1"]
|
||||
|
||||
VITE_LNBITS_BASE_URL=https://lnbits.yourdomain.com
|
||||
# Invoice/Read Key below
|
||||
VITE_API_KEY=
|
||||
|
||||
VITE_ADMIN_PUBKEYS=["<your-pubkey"]
|
||||
|
||||
# Push Notifications
|
||||
VITE_VAPID_PUBLIC_KEY=
|
||||
VITE_PUSH_NOTIFICATIONS_ENABLED=true
|
||||
|
||||
# Market Configuration
|
||||
VITE_MARKET_NADDR=
|
||||
VITE_LIGHTNING_ENABLED=true
|
||||
VITE_MARKET_DEFAULT_CURRENCY=sat
|
||||
Loading…
Add table
Add a link
Reference in a new issue