mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-09 10:56:01 +00:00
Reference: ChatGPT conversation https://chatgpt.com/share/692def1c-a79c-800f-b7dd-35e1845424bf
4 lines
230 B
YAML
4 lines
230 B
YAML
# Check out the README.md file for more information, why this encodings and collations are used
|
|
database_encoding: "utf8mb4"
|
|
database_collation: "utf8mb4_unicode_ci"
|
|
database_init: false # When true a database is initialized |