diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..dcdd9b0 --- /dev/null +++ b/.env.example @@ -0,0 +1,15 @@ +DEBUG = true + +MINT_PRIVATE_KEY=supersecretprivatekey + +# for the mint +MINT_SERVER_HOST=127.0.0.1 +MINT_SERVER_PORT=3338 + +# for the wallet +MINT_HOST=127.0.0.1 +MINT_PORT=3338 + +# LnbitsWallet +LNBITS_ENDPOINT=https://legend.lnbits.com +LNBITS_KEY=yourkeyasdasdasd \ No newline at end of file