PORT=3000
NODE_ENV=development
SESSION_SECRET=change-this-secret
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=capa
DB_USER=root
DB_PASSWORD=
