diff --git a/.env.sample b/.env.sample index e69de29..8ea7f87 100644 --- a/.env.sample +++ b/.env.sample @@ -0,0 +1,7 @@ +PORT=4321 +DATABASE_URL=postgres://magicwallet:magicwallet@localhost:5432/magicwallet?sslmode=disable +LND_ADDRESS=localhost:10001 +LND_CERT= +LND_MACAROON= +LND_NETWORK=regtest +