# Konfigurasi Database MySQL
DB_HOST=localhost
DB_USER=root
DB_PASSWORD=
DB_NAME=jira
DB_PORT=3306

# Konfigurasi Server
PORT=4000