This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/config/config.example.ini

11 lines
167 B
INI
Raw Permalink Normal View History

2022-09-13 15:14:49 +02:00
; Example configuration for Misuzu
[Database]
driver = mysql
host = localhost
port = 3306
username = username
password = password
dbname = database
charset = utf8mb4