Skip to content

Commit

Permalink
secrets: Move sample secrets to separate file
Browse files Browse the repository at this point in the history
We need an empty secrets file even access st.secrets.
  • Loading branch information
punchagan committed Sep 29, 2024
1 parent b0f7df4 commit 278f5fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .streamlit/secrets.sample.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# NOTE: These secrets need to be manually copied during deployment
ON_CLOUD = true
cloud_note = "This is a DEMO using SAMPLE DATA."
3 changes: 0 additions & 3 deletions .streamlit/secrets.toml
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# NOTE: These secrets need to be manually copied during deployment
ON_CLOUD = true
cloud_note = "This is a DEMO using SAMPLE DATA."

0 comments on commit 278f5fd

Please sign in to comment.