BioNexus / server /.env
gaialive's picture
Upload 12 files
1fe073f verified
raw
history blame contribute delete
148 Bytes
# Database configuration
DB_USER=postgres
DB_HOST=localhost
DB_NAME=bionexus_hub
DB_PASSWORD=1234!Abc
DB_PORT=5432
# Server configuration
PORT=3001