1
0
This repository has been archived on 2023-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
metaledger/.env

31 lines
613 B
Bash

# The parent folder containing configuration data for the various apps.
# This must be an absolute path.
CONFIG_DIR=/home/my-username/metaledger/config
# The parent folder containing your ledger files.
# This must be an absolute path.
LEDGER_DIR=/home/my-username/metaledger/data
# The name of your primary ledger file (within the LEDGER_DIR).
PRIMARY_LEDGER_FILE=all.ledger
##
## HLedger
##
HLEDGER_PORT=5000
HLEDGER_BASE_URL=http://localhost:5000
##
## SQLite Conversion
##
# Will be placed in the LEDGER_DIR and made available to Metabase.
SQLITE_OUTPUT=all.sqlite
##
## Superset
##
SUPERSET_PORT=3000