From c2705e5f2a6f8c8132efbb812d450cc3a9ba92f1 Mon Sep 17 00:00:00 2001 From: Rafi Date: Tue, 28 Feb 2023 14:26:29 +0800 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e41a685..e877522 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ services: backend-asgi-server: image: wongsaang/chatgpt-ui-asgi-server:latest environment: + - APP_URL=http://locahlost:9000 # The URL of the api server # - DB_URL=postgres://postgres:postgrespw@localhost:49153/chatgpt # If this parameter is not set, the built-in Sqlite will be used by default. It should be noted that if you do not connect to an external database, the data will be lost after the container is destroyed. - DJANGO_SUPERUSER_USERNAME=admin # default superuser name - DJANGO_SUPERUSER_PASSWORD=password # default superuser password