Skip to content

Commit 717f4b3

Browse files
author
Behnam Mozafari
committed
Add config values to operator-config.json
1 parent d38be53 commit 717f4b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf/operator-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"name": "Dummy Config",
3-
"version": "1.0.0"
2+
"identity_token_expires_after_seconds": 3600,
3+
"refresh_token_expires_after_seconds": 86400,
4+
"refresh_identity_token_after_seconds": 900,
5+
"sharing_token_expiry_seconds": 2592000
46
}

0 commit comments

Comments
 (0)