mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Remove version from server urls #369
This commit is contained in:
parent
8586b18a00
commit
536f26389a
35 changed files with 120 additions and 114 deletions
|
|
@ -81,10 +81,10 @@ services:
|
|||
PORT: ${RTL_PORT}
|
||||
HOST: 192.168.0.27
|
||||
MACAROON_PATH: /shared
|
||||
LN_SERVER_URL: https://${LIGHTNING_HOST}:${LIGHTNING_REST_PORT}/v1
|
||||
LN_SERVER_URL: https://${LIGHTNING_HOST}:${LIGHTNING_REST_PORT}
|
||||
CONFIG_PATH: ''
|
||||
LN_IMPLEMENTATION: LND
|
||||
SWAP_SERVER_URL: http://${LIGHTNING_HOST}:${LIGHTNING_LOOP_PORT}/v1
|
||||
SWAP_SERVER_URL: http://${LIGHTNING_HOST}:${LIGHTNING_LOOP_PORT}
|
||||
RTL_SSO: 0
|
||||
RTL_COOKIE_PATH: ''
|
||||
LOGOUT_REDIRECT_LINK: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue