1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

docs: add message_db.encoding to config docs

هذا الالتزام موجود في:
Adam Cooke
2024-03-01 21:36:19 +00:00
الأصل fadca88f45
التزام 0c1f9250d4
2 ملفات معدلة مع 3 إضافات و0 حذوفات

عرض الملف

@@ -33,6 +33,7 @@ This document contains all the environment variables which are available for thi
| `MESSAGE_DB_PORT` | Integer | The MariaDB port to connect to | 3306 |
| `MESSAGE_DB_USERNAME` | String | The MariaDB username | postal |
| `MESSAGE_DB_PASSWORD` | String | The MariaDB password | |
| `MESSAGE_DB_ENCODING` | String | The encoding to use when connecting to the MariaDB database | utf8mb4 |
| `MESSAGE_DB_DATABASE_NAME_PREFIX` | String | The MariaDB prefix to add to database names | postal |
| `LOGGING_RAILS_LOG_ENABLED` | Boolean | Enable the default Rails logger | false |
| `LOGGING_SENTRY_DSN` | String | A DSN which should be used to report exceptions to Sentry | |

عرض الملف

@@ -67,6 +67,8 @@ message_db:
username: postal
# The MariaDB password
password:
# The encoding to use when connecting to the MariaDB database
encoding: utf8mb4
# The MariaDB prefix to add to database names
database_name_prefix: postal