From 0a7303dfba18ca6de8640dd8ce2190de388a67fe Mon Sep 17 00:00:00 2001 From: Pyrox Date: Thu, 26 Oct 2023 18:29:42 -0400 Subject: [PATCH] [config] Update devenv.yml config for Nix-based development Just removes the deprecated `id` variable as well as the (commented out)elasticsearch settings since those don't exist anymore --- .config/devenv.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.config/devenv.yml b/.config/devenv.yml index 59c007c68..59907a3cd 100644 --- a/.config/devenv.yml +++ b/.config/devenv.yml @@ -21,13 +21,6 @@ redis: # collection: notes # bucket: default -#elasticsearch: -# host: localhost -# port: 9200 -# ssl: false -# user: -# pass: - reservedUsernames: - root - admin