Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Dec 5, 2023
1 parent 1bb991d commit 7dc8f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.gptstudio
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ WORKDIR /app
COPY ./GPTStudio.py ./GPTStudio.py
COPY ./pages ./pages
COPY ./libs ./libs
COPY ./config.toml ./.streamlit/config.toml
COPY ./components ./components
COPY ./requirements-gptstudio.txt ./requirements.txt

Expand Down
3 changes: 3 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[server]
enableCORS = false
enableXsrfProtection = false

0 comments on commit 7dc8f0f

Please sign in to comment.