17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
NODE_ENV=development
|
|
DOMAIN=bitmill.io
|
|
PROTOCOL=https
|
|
HOSTNAME=brf.local
|
|
PORT=null
|
|
FASTIFY_HOST=0.0.0.0
|
|
FASTIFY_PORT=1337
|
|
LOG_LEVEL=debug
|
|
LOG_STREAM=console
|
|
PGHOST=postgres
|
|
PGPORT=5432
|
|
PGDATABASE=brf_books
|
|
PGUSER=brf_books
|
|
PGPASSWORD=brf_books
|
|
REDIS_HOST=redis
|
|
VITE_HMR_PROXY=true
|