diff --git a/.config/tmuxinator/mysql.yml b/.config/tmuxinator/mysql.yml index 40f6b71..c87e630 100644 --- a/.config/tmuxinator/mysql.yml +++ b/.config/tmuxinator/mysql.yml @@ -43,6 +43,6 @@ root: ~/ # post: tmux -CC attach -t mysql windows: - - mariadb1: ssh root@mariadb1 - - mariadb2: ssh root@mariadb2 + - mysql1: ssh root@mysql1 + - mysql2: ssh root@mysql2