From 832987fc6a514e692a49afb21ceb8da3b830b696 Mon Sep 17 00:00:00 2001 From: Harvey Zuccon Date: Mon, 25 May 2026 16:03:13 +0200 Subject: [PATCH] Add example env --- .env.example | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..082f564 --- /dev/null +++ b/.env.example @@ -0,0 +1,21 @@ +# Required: BIP39 mnemonic for the merchant XO Engine wallet +ENGINE_MNEMONIC= + +# XO Engine local state +ENGINE_DATABASE_PATH=./data/xo +ENGINE_DATABASE_FILENAME=engine.db + +# 3rd-party invitation sync server (same protocol as xo-cli) +SYNC_SERVER_URL=https://sync.xo.harvmaster.com + +# Merchant display name on receipts +MERCHANT_NAME=XO Snack Machine + +# Vending catalog/orders database +DATABASE_PATH=data/data.db + +# HTTP server +SERVER_PORT=3000 +SERVER_HOST=localhost + +DEBUG=vending-machine* \ No newline at end of file