-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.default
More file actions
25 lines (22 loc) · 874 Bytes
/
env.default
File metadata and controls
25 lines (22 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
API_TMUX_SESSION_NAME="explorer_api_session"
WORKER_TMUX_SESSION_NAME="explorer_worker_session"
API_BIN_DIR=$HOME/pha-explorer/bin
WORKER_BIN_DIR=$HOME/pha-explorer/bin
RELEASE_MODE=Release
# Inside of docker we always use 5432, default
# Host port sometimes vary
DB_HOST_PORT=5432
DB_USER=postgres
DB_PWD=masterkey
DB_NAME=explorer-backend
DB_CLONE_NAME=explorer-backend-block-6422526
PG_CONTAINER=postgres
DB_STATE_ZERO_BACKUP=$HOME/pha-explorer/backups/explorer-backend.block-6422526.bak
DB_BACKUP_DIR=$HOME/backups
# Access from host to apply migration
DatabaseConfiguration__Main__Host=localhost
DatabaseConfiguration__Main__Port=5432
DatabaseConfiguration__Main__Database=$DB_NAME
DatabaseConfiguration__Main__Username=$DB_USER
DatabaseConfiguration__Main__Password=$DB_PWD
FUNGIBLE_BALANCES_V1_EXPORT=$HOME/phantasma-data/dumps/dump_20250306/fungible_balances.json