# PostgREST
PGREST_URL=http://10.38.245.92:3007
PGREST_SCHEMA=public

# External auth service (token exchange)
IA_CSC_BASE_URL=http://10.38.211.67:39017/ia-csc

# CORS
CORS_ORIGIN=*

# Logging (debug | info | error)
LOG_LEVEL=info
LOG_DIR=./logs
LOG_MAX_BYTES=10485760
LOG_MAX_FILES=5

# Server
PORT={{PORT_DEV}}
DENO_ENV=development

