diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 15:09:51 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 15:09:51 +0100 |
commit | 9fef7ae777eb7fd92e6e650aa564ff474830d4eb (patch) | |
tree | fe203a6df6ff3bb8958a4ab206654ceea30fe2fe /app/build/mariadb | |
parent | e74737e6e3816aace186b23b5d4d6049877fb122 (diff) | |
download | infrastructure-9fef7ae777eb7fd92e6e650aa564ff474830d4eb.tar.gz infrastructure-9fef7ae777eb7fd92e6e650aa564ff474830d4eb.zip |
Port seafile
Diffstat (limited to 'app/build/mariadb')
-rw-r--r-- | app/build/mariadb/60-remote.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build/mariadb/60-remote.cnf b/app/build/mariadb/60-remote.cnf index f759a49..acf8f9b 100644 --- a/app/build/mariadb/60-remote.cnf +++ b/app/build/mariadb/60-remote.cnf @@ -1,2 +1,2 @@ [mysqld] -bind-address = 0.0.0.0 +bind-address = * |