diff options
author | Sadie Powell <sadie@witchery.services> | 2024-01-24 12:01:50 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-01-24 12:22:51 +0000 |
commit | 7ac1fe58478d58e2480b6919c4abf3a82929169c (patch) | |
tree | 198ad9a6e23d4c189dce57fd95306b6b22d8c23f /data/stats.standalone.example.conf | |
parent | 72acef4e159df5dcdb93b3c13b2f9d2e5e4c21a9 (diff) |
Rename several modules to remove the m_ prefix.
Diffstat (limited to 'data/stats.standalone.example.conf')
-rw-r--r-- | data/stats.standalone.example.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index bd40723e8..51698e795 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -483,13 +483,13 @@ log /* * [REQUIRED] MySQL Database configuration. * - * m_mysql + * mysql * * This module allows other modules to use MySQL. */ module { - name = "m_mysql" + name = "mysql" mysql { |