We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acea446 commit a91b036Copy full SHA for a91b036
server/src/commands/start.rs
@@ -125,7 +125,7 @@ async fn start_orchestrator(config: &ServerConfig) -> Result<u32> {
125
let child = Command::new(&binary_path)
126
.env("POLOS_LOCAL_MODE", "true")
127
.env("DATABASE_URL", &config.database_url)
128
- .env("BIND_ADDRESS", &bind_address)
+ .env("POLOS_BIND_ADDRESS", &bind_address)
129
.env("CORS_ORIGIN", &cors_origin)
130
.env("HMAC_SECRET", &hmac_secret)
131
.stdout(Stdio::from(stdout_log))
0 commit comments