Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fdec00

Browse files
Migration Refresh timestamp
1 parent 1a18756 commit 6fdec00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/settings/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114

115115
# Other Misc Settings
116116
SANDBOX_BYPASS_LOGIN = env_adapter.bool(os.getenv('SANDBOX_BYPASS_LOGIN', False)) # True or False
117-
URL_SIGNED_REFRESH = int(os.getenv('URL_SIGNED_REFRESH', 1548450398))
117+
URL_SIGNED_REFRESH = int(os.getenv('URL_SIGNED_REFRESH', 1652572935))
118118
ML_JOB_DIR = "job/"
119119

120120

0 commit comments

Comments
 (0)