diff --git a/admin/start/env.ts b/admin/start/env.ts index 1536404..2eb21c9 100644 --- a/admin/start/env.ts +++ b/admin/start/env.ts @@ -20,6 +20,13 @@ export default await Env.create(new URL('../', import.meta.url), { LOG_LEVEL: Env.schema.string(), INTERNET_STATUS_TEST_URL: Env.schema.string.optional(), + /* + |---------------------------------------------------------- + | Variables for configuring storage paths + |---------------------------------------------------------- + */ + NOMAD_STORAGE_PATH: Env.schema.string.optional(), + /* |---------------------------------------------------------- | Variables for configuring session package