You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also fixes#1303
## TODOs
- [x] Do final testing with LDK/LND on mainnet
- [x] Improve fee display on the frontend, currently looks scary
- [x] ~Shift Swaps from settings~ (Agreeed to do in follow-up)
- [x] ~Add option to do one-time swaps~ (Agreeed to do in follow-up)
### Minor
- [x] `LDK_NETWORK` config var should now be `NETWORK`
- [x] ~Use LNClient method to publish transactions~ (Agreeed to do in
follow-up)
### Testing
- [ ] Phoenix
- [ ] Cashu
- [x] Wails
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,12 +159,14 @@ For more information refer to:
159
159
The following configuration options can be set as environment variables or in a .env file
160
160
161
161
-`RELAY`: default: "wss://relay.getalby.com/v1"
162
-
-`JWT_SECRET`: a randomly generated secret string. (only needed in http mode)
163
-
-`DATABASE_URI`: a sqlite filename or postgres URL. Default is SQLite DB `nwc.db` without a path, which will be put in the user home directory: $XDG_DATA_HOME/albyhub/nwc.db
164
-
-`PORT`: the port on which the app should listen on (default: 8080)
165
-
-`WORK_DIR`: directory to store NWC data files. Default: $XDG_DATA_HOME/albyhub
166
-
-`LOG_LEVEL`: log level for the application. Higher is more verbose. Default: 4 (info)
167
-
-`AUTO_UNLOCK_PASSWORD`: provide unlock password to auto-unlock Alby Hub on startup (e.g. after a machine restart). Unlock password still be required to access the interface.
162
+
-`JWT_SECRET`: A randomly generated secret string. (only needed in http mode)
163
+
-`DATABASE_URI`: A sqlite filename or postgres URL. Default is SQLite DB `nwc.db` without a path, which will be put in the user home directory: $XDG_DATA_HOME/albyhub/nwc.db
164
+
-`PORT`: The port on which the app should listen on (default: 8080)
165
+
-`WORK_DIR`: Directory to store NWC data files. Default: $XDG_DATA_HOME/albyhub
166
+
-`LOG_LEVEL`: Log level for the application. Higher is more verbose. Default: 4 (info)
167
+
-`AUTO_UNLOCK_PASSWORD`: Provide unlock password to auto-unlock Alby Hub on startup (e.g. after a machine restart). Unlock password still be required to access the interface.
168
+
-`BOLTZ_API`: The api which provides auto swaps functionality. Default: "https://api.boltz.exchange"
169
+
-`NETWORK`: On-chain network used for auto swaps. Should match the backend network. Default: "bitcoin"
168
170
169
171
### Migrating the database (Sqlite <-> Postgres)
170
172
@@ -204,14 +206,14 @@ _To configure via env, the following parameters must be provided:_
0 commit comments