Skip to content

Commit

Permalink
chore: Add app.json to Streamlit Cloudrun app
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Mar 4, 2025
1 parent 1797d8f commit 5fe8a0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gemini/sample-apps/gemini-streamlit-cloudrun/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"GOOGLE_CLOUD_PROJECT": {
"description": "Your Google Cloud Project"
},
"GOOGLE_CLOUD_REGION": {
"description": "Region to run this app."

}
},
"options": {
"allow-unauthenticated": true
}
}

0 comments on commit 5fe8a0d

Please sign in to comment.