Fix name in env stub

This commit is contained in:
rijkvanzanten
2020-08-04 13:52:56 -04:00
parent fdb69f9b7a
commit 0cc96dc586

View File

@@ -26,7 +26,7 @@ const defaults = {
STORAGE_LOCAL_ROOT: './uploads',
},
security: {
UUID: uuidv4(),
KEY: uuidv4(),
SECRET: nanoid(32),
ACCESS_TOKEN_TTL: '15m',
REFRESH_TOKEN_TTL: '7d',