# 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