wrong assertion 🤦
This commit is contained in:
parent
b1a69f696c
commit
71116eddbc
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue