Unknown Log

#8bVOzOs
26 lines
Raw
1# -----------------------------------------------------------------------------------------------------
2# This file holds database-related information.
3#
4# **IMPORTANT** The utf8mb4_unicode_520_ci collation (database encoding) is required, because we need
5# need to store messages in 4 bytes (mb4) due to unicode/emojis/non-English letter support.
6#
7# Using MySQL 8.0 is recommended. ChatControl wil attempt to recreate tables with the right
8# encoding if you reset them, in case you're having issues-
9#
10# This file does NOT support reloading.
11# -----------------------------------------------------------------------------------------------------
12
13# How we should save player-related data, emails, logs, regions and other server settings.
14# Available: local (just works, no configuration needed, uses SQLite)
15# remote (requires Host, Database, User, Password set below, supports MySQL/MariaDB)
16Type: remote
17
18# The remote database connection settings. Only configure if using remote database.
19Host: "**.**.**.**:3306"
20Database: s2_ChatControl
21User: u2_UhUaYIXzXK
22Password: 'Aq@4Zx1Te2S.UOFMh@QnO^UK'
23
24# Expert. Customize the connection here. Requires remote database. Custom drivers are
25# supported but you need to write a plugin that loads before ChatControl and loads the driver.
26Line: jdbc:mysql://u2_UhUaYIXzXK:Aq%404Zx1Te2S.UOFMh%40QnO%5EUK@**.**.**.**:3306/s2_ChatControl
This log will be saved for 90 days from their last view.
Report abuse