mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore(server): default DEPLOYMENT_TYPE should be selfhosted (#11484)
This commit is contained in:
@@ -80,7 +80,7 @@ export class Env implements AppEnv {
|
||||
);
|
||||
DEPLOYMENT_TYPE = readEnv(
|
||||
'DEPLOYMENT_TYPE',
|
||||
DeploymentType.Affine,
|
||||
DeploymentType.Selfhosted,
|
||||
Object.values(DeploymentType)
|
||||
);
|
||||
FLAVOR = readEnv('SERVER_FLAVOR', Flavor.AllInOne, Object.values(Flavor));
|
||||
|
||||
Reference in New Issue
Block a user