mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-04-03 23:36:17 +02:00
Add NOMAD_STORAGE_PATH schema definition to start/env.ts
Co-authored-by: jakeaturner <52841588+jakeaturner@users.noreply.github.com>
This commit is contained in:
parent
d86c78dba5
commit
f905871392
|
|
@ -20,6 +20,13 @@ export default await Env.create(new URL('../', import.meta.url), {
|
||||||
LOG_LEVEL: Env.schema.string(),
|
LOG_LEVEL: Env.schema.string(),
|
||||||
INTERNET_STATUS_TEST_URL: Env.schema.string.optional(),
|
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
|
| Variables for configuring session package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user