Replit-Commit-Author: Deployment Replit-Commit-Session-Id: cd9a7d26-a4e5-4215-975c-c59f4ed1f06d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5f6dd497-738a-41d3-add8-e67704ed7df2 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/d0a1d46d-d203-4308-bc6a-312ac7c0243b/cd9a7d26-a4e5-4215-975c-c59f4ed1f06d/D3TcT39 Replit-Commit-Deployment-Build-Id: 421470ec-3c84-4c0c-9bd0-0a48710a0e89
52 lines
841 B
Plaintext
52 lines
841 B
Plaintext
modules = ["web", "python-3.12", "postgresql-16"]
|
|
run = "python3 app.py"
|
|
|
|
[nix]
|
|
channel = "stable-24_05"
|
|
|
|
[deployment]
|
|
run = ["sh", "-c", "python3 app.py"]
|
|
deploymentTarget = "cloudrun"
|
|
|
|
[[ports]]
|
|
localPort = 5000
|
|
externalPort = 80
|
|
|
|
[[ports]]
|
|
localPort = 37833
|
|
externalPort = 3000
|
|
|
|
[[ports]]
|
|
localPort = 41733
|
|
externalPort = 3001
|
|
|
|
[agent]
|
|
expertMode = true
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Flask Server"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Flask Server"
|
|
author = "agent"
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "webview"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python app.py"
|
|
waitForPort = 5000
|
|
|
|
[objectStorage]
|
|
defaultBucketID = "replit-objstore-47c46bdf-5951-434e-80ca-840f0bc61270"
|