mirror of
https://github.com/puzzle/lightning-beer-tap.git
synced 2025-12-17 07:04:21 +01:00
12 lines
394 B
Bash
12 lines
394 B
Bash
#!/usr/bin/env bash
|
|
|
|
WEBSOCKET_URL="wss://localhost/websocket/invoice?access_token="
|
|
FRONTEND_URL="https://localhost/#/self-service-landscape/[pos-Identification]"
|
|
|
|
BRIDGE_JAVA_OPTS="-Xms128M -Xmx128M -jar"
|
|
BRIDGE_JARFILE="websocket-bridge-0.0.1-SNAPSHOT.jar"
|
|
BRIDGE_JARPATH="websocket_bridge/build/libs/"
|
|
WEBSOCKET_TOPIC="/topic/invoice"
|
|
GPIO_HANDLER_COMMAND="./gpio_handler/gpio_handler.py"
|
|
|