diff --git a/06_librechat_app_config.tf b/06_librechat_app_config.tf index b212ae1..54227a2 100644 --- a/06_librechat_app_config.tf +++ b/06_librechat_app_config.tf @@ -34,9 +34,9 @@ locals { ### Plugins ### # NOTE: You need a fixed key and IV. a 32-byte key (64 characters in hex) and 16-byte IV (32 characters in hex) # Warning: If you don't set them, the app will crash on startup. - DEBUG_PLUGINS = var.libre_app_debug_plugins - CREDS_KEY = var.libre_app_plugins_creds_key != null ? var.libre_app_plugins_creds_key : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_key.id})" - CREDS_IV = var.libre_app_plugins_creds_iv != null ? var.libre_app_plugins_creds_iv : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_iv.id})" + DEBUG_PLUGINS = var.libre_app_debug_plugins + CREDS_KEY = var.libre_app_plugins_creds_key != null ? var.libre_app_plugins_creds_key : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_key.id})" + CREDS_IV = var.libre_app_plugins_creds_iv != null ? var.libre_app_plugins_creds_iv : "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.libre_app_creds_iv.id})" #PLUGIN_MODELS = var.libre_app_plugin_models #PLUGINS_USE_AZURE = var.libre_app_plugins_use_azure diff --git a/tests/auto_test1/main.tf b/tests/auto_test1/main.tf index 4111408..3bcdfa9 100644 --- a/tests/auto_test1/main.tf +++ b/tests/auto_test1/main.tf @@ -102,7 +102,7 @@ module "private-chatgpt-openai" { libre_app_custom_footer = var.libre_app_custom_footer libre_app_host = var.libre_app_host libre_app_port = var.libre_app_port - libre_app_docker_image = var.libre_app_docker_image + libre_app_docker_image = var.libre_app_docker_image libre_app_mongo_uri = var.libre_app_mongo_uri libre_app_domain_client = var.libre_app_domain_client libre_app_domain_server = var.libre_app_domain_server