chore: update fly toml for LDK

This commit is contained in:
Roland Bewick 2024-03-22 18:29:24 +07:00
parent e0288d29fd
commit a466e7266b

View file

@ -4,13 +4,15 @@
#
app = 'nwc'
primary_region = 'ams'
primary_region = 'lax'
[build]
image = 'ghcr.io/getalby/nostr-wallet-connect-next:latest'
[env]
DATABASE_URI = '/data/nwc.db'
LDK_LOG_LEVEL = '2'
LOG_LEVEL = '5'
WORK_DIR = '/data'
[[mounts]]
@ -29,4 +31,4 @@ primary_region = 'ams'
[[vm]]
cpu_kind = 'shared'
cpus = 1
memory_mb = 256
memory_mb = 512