14 lines
251 B
Plaintext
14 lines
251 B
Plaintext
NODE_ENV=production
|
|
DOMAIN=brf.lkm.nu
|
|
PROTOCOL=https
|
|
HOSTNAME=brf.lkm.nu
|
|
PORT=null
|
|
FASTIFY_HOST=localhost
|
|
FASTIFY_PORT=3090
|
|
LOG_LEVEL=debug
|
|
LOG_STREAM=console
|
|
PGHOST=/run/postgresql
|
|
PGDATABASE=brf
|
|
REDIS_HOST=/run/redis/redis.sock
|
|
VITE_HMR_PROXY=false
|