This commit is contained in:
@@ -68,7 +68,7 @@ export function hostDockerEnvFile(sub2api: Sub2ApiConfig, target: Sub2ApiTargetC
|
||||
const database = targetDatabase(sub2api, target);
|
||||
const urlAllowlist = sub2api.security.urlAllowlist;
|
||||
const values: Record<string, string> = {
|
||||
AUTO_SETUP: "true",
|
||||
AUTO_SETUP: String(target.runtime.autoSetup),
|
||||
SERVER_HOST: "127.0.0.1",
|
||||
SERVER_PORT: String(host.appPort),
|
||||
SERVER_MODE: "release",
|
||||
|
||||
Reference in New Issue
Block a user