Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76781ed238 |
@@ -27,6 +27,7 @@ def _set_timestamp_defaults(mapper, connection, target):
|
|||||||
if getattr(target, col.key, None) is None:
|
if getattr(target, col.key, None) is None:
|
||||||
setattr(target, col.key, now)
|
setattr(target, col.key, now)
|
||||||
|
|
||||||
|
|
||||||
TEST_JWT_SECRET = secrets.token_urlsafe(32)
|
TEST_JWT_SECRET = secrets.token_urlsafe(32)
|
||||||
TEST_SERVICE_KEY = secrets.token_urlsafe(32)
|
TEST_SERVICE_KEY = secrets.token_urlsafe(32)
|
||||||
TEST_FERNET_KEY = "7reF42nmTwbdN21PBoubGp7h_FU8qSimstmlaMLoRK8="
|
TEST_FERNET_KEY = "7reF42nmTwbdN21PBoubGp7h_FU8qSimstmlaMLoRK8="
|
||||||
|
|||||||
Reference in New Issue
Block a user