Update example.env

This commit is contained in:
Nadav Ivgi 2017-12-31 06:27:14 +02:00
parent b64f7972d9
commit 9e201ac1f9
1 changed files with 6 additions and 5 deletions

View File

@ -1,10 +1,10 @@
export NODE_ENV=production
export PORT=9112
export HOST=127.0.0.1
#export PROXIED=1
#export NODE_ENV=production
export URL=http://localhost:$PORT/
export STATIC_URL=http://localhost:$PORT/static/
#export PROXIED=1
#export URL=http://localhost:$PORT/
#export STATIC_URL=http://localhost:$PORT/static/
export DB_PATH=sqlite.db
export LN_PATH=$HOME/.lightning
@ -12,5 +12,6 @@ export LN_PATH=$HOME/.lightning
# Used for API authentication. Set a long random string.
export API_TOKEN=
export DEBUG=knex:query,knex:bindings,superagent,lightning-client,lightning-charge
#export INVOICE_DESC_DEFAULT='Default invoice description'
export DEBUG=knex:query,knex:bindings,superagent,lightning-client,lightning-charge