From f90712d62444289f7be6458f6a8cb9d1d8b2d2d6 Mon Sep 17 00:00:00 2001 From: naskya Date: Mon, 4 Mar 2024 02:16:28 +0900 Subject: [PATCH] fix (dev): fix hostname, minimize devenv config --- .config/devenv.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.config/devenv.yml b/.config/devenv.yml index 2b9301fcfc..b3bbf7b27c 100644 --- a/.config/devenv.yml +++ b/.config/devenv.yml @@ -2,28 +2,19 @@ url: http://localhost:3030 port: 3030 db: - host: db + host: firefish_db port: 25432 db: firefish_db - user: firefish pass: password redis: - host: redis + host: firefish_redis port: 26379 - family: 4 id: 'aid' -reservedUsernames: - - root - - admin - - administrator - - me - - system - logLevel: [ 'error', 'success',