implement support for string form human durations in config
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -143,7 +143,7 @@ export interface Config {
|
||||
/**
|
||||
* The backstage token expiration.
|
||||
*/
|
||||
backstageTokenExpiration?: HumanDuration;
|
||||
backstageTokenExpiration?: HumanDuration | string;
|
||||
};
|
||||
/**
|
||||
* Additional app origins to allow for authenticating
|
||||
|
||||
Reference in New Issue
Block a user