wrong assertion 🤦

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-06 17:17:33 -05:00
parent b1a69f696c
commit 71116eddbc

View file

@ -47,8 +47,8 @@ in
environment = {
SERVER_URL = cfg.serverUrl;
COUCHDB_DATABASE = "obsidian_sync";
COUCHDB_USER = if cfg.dockerEnvFiles != [] then "adminu" else null;
COUCHDB_PASSWORD = if cfg.dockerEnvFiles != [] then "Password123" else null;
COUCHDB_USER = if cfg.dockerEnvFiles == [] then "adminu" else null;
COUCHDB_PASSWORD = if cfg.dockerEnvFiles == [] then "Password123" else null;
};
environmentFiles = cfg.dockerEnvFiles;
volumes = [