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
Raw Normal View History

2022-07-24 09:04:15 -07:00
# The parent folder containing configuration data for the various apps.
2022-07-26 21:53:57 -07:00
# This must be an absolute path.
CONFIG_DIR=/home/my-username/metaledger/config
2022-07-24 09:04:15 -07:00
# The parent folder containing your ledger files.
2022-07-26 21:41:32 -07:00
# This must be an absolute path.
LEDGER_DIR=/home/my-username/metaledger/data
2022-07-24 09:04:15 -07:00
# The name of your primary ledger file (within the LEDGER_DIR).
2022-07-24 08:18:25 -07:00
PRIMARY_LEDGER_FILE=all.ledger
2022-07-24 09:04:15 -07:00
##
## HLedger
##
HLEDGER_PORT=5000
2022-07-24 09:04:15 -07:00
HLEDGER_BASE_URL=http://localhost:5000
##
## SQLite Conversion
##
# Will be placed in the LEDGER_DIR and made available to Metabase.
SQLITE_OUTPUT=all.sqlite
##
2022-07-26 16:26:57 -07:00
## Superset
2022-07-24 09:04:15 -07:00
##
2022-07-26 16:26:57 -07:00
SUPERSET_PORT=3000