Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 21, 2024
1 parent 0e97190 commit df59f09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 06_librechat_app_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ locals {
libre_app_settings = {
### App Service Configuration ###
WEBSITE_RUN_FROM_PACKAGE = "1"
DOCKER_REGISTRY_SERVER_URL = "https://index.docker.io" #######
#DOCKER_REGISTRY_SERVER_URL = "https://index.docker.io" #######
WEBSITES_ENABLE_APP_SERVICE_STORAGE = false
DOCKER_ENABLE_CI = false
WEBSITES_PORT = var.libre_app_port
#PORT = 80
DOCKER_CUSTOM_IMAGE_NAME = "ghcr.io/danny-avila/librechat-dev-api:latest"
NODE_ENV = "production" #######
# NODE_ENV = "production" #######

### Server Configuration ###
APP_TITLE = var.libre_app_title
Expand Down
2 changes: 1 addition & 1 deletion tests/auto_test1/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ variable "oai_outbound_network_access_restricted" {

variable "oai_public_network_access_enabled" {
type = bool
default = true
default = false
description = "Whether or not public network access is enabled. Defaults to `false`."
}

Expand Down

0 comments on commit df59f09

Please sign in to comment.