manga-server/.env
2024-10-05 10:07:31 +02:00

5 lines
82 B
Bash

DB_NAME=manga_database
DB_USER=root
DB_PASSWORD=secret
DB_HOST=localhost
PORT=8080