mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-04-30 13:52:26 +08:00
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
# .env
|
|
DB_USER="postgres"
|
|
DB_HOST="localhost"
|
|
DB_PORT="5432"
|
|
DB_DATABASE="postgres_brc20"
|
|
DB_PASSWD=""
|
|
|
|
DB_METAPROTOCOL_USER="postgres"
|
|
DB_METAPROTOCOL_HOST="localhost"
|
|
DB_METAPROTOCOL_PORT="5432"
|
|
DB_METAPROTOCOL_DATABASE="postgres_metaprotocol"
|
|
DB_METAPROTOCOL_PASSWD=""
|
|
|
|
FIRST_INSCRIPTION_HEIGHT="767430" |