Sfoglia il codice sorgente

fix: hex problem (#1395)

tags/0.3.29
takatost 2 anni fa
parent
commit
41e452dcc5
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      docker/docker-compose.yaml

+ 1
- 1
docker/docker-compose.yaml Vedi File

@@ -19,7 +19,7 @@ services:
# different from api or web app domain.
# example: http://cloud.dify.ai
CONSOLE_API_URL: ''
# The URL for Service API endpointsrefers to the base URL of the current API service if api domain is
# The URL for Service API endpoints, refers to the base URL of the current API service if api domain is
# different from console domain.
# example: http://api.dify.ai
SERVICE_API_URL: ''

Loading…
Annulla
Salva