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