mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01: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(),
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user