Skip to content

Commit c18f8c7

Browse files
committed
Specify charset for MySQL connection.
1 parent 8ccfecf commit c18f8c7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

RadarrAPI/appsettings.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"Logging": {
3-
"IncludeScopes": false,
4-
"LogLevel": {
5-
"Default": "Warning"
6-
}
7-
}
2+
"DataDirectory": "",
3+
"Database": "server=127.0.0.1;user id=root;password=;database=radarrapi;CharSet=utf8mb4",
4+
"AppVeyorApiKey": "",
5+
"ApiKey": ""
86
}

0 commit comments

Comments
 (0)