Rename project to muscle
Build and test / check (push) Successful in 1m38s
Build and test / build (push) Successful in 2m42s
Build and test / test (push) Successful in 3m7s
Build and test / check-license (push) Has been cancelled
Build and test / docs (push) Has been cancelled

This commit is contained in:
2025-11-26 03:38:31 +09:00
parent 805c2d11ff
commit 0c4cacfd7d
16 changed files with 88 additions and 88 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
# This should go to `/etc/mysqladm/config.toml`
# This should go to `/etc/muscle/config.toml`
[server]
# The path to the socket where users can connect to the daemon.
#
# Note that this options gets ignored if you are using systemd socket activation
# (see `systemctl status mysqladm.socket`)
socket_path = "/run/mysqladm/mysqladm.sock"
# (see `systemctl status muscle.socket`)
socket_path = "/run/muscle/muscle.sock"
[mysql]