manga-server/.env
2024-10-06 08:48:42 +02:00

5 lines
82 B
Bash

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