diff --git a/src/.env.development b/src/.env.development index 316e15642..04c26ec02 100644 --- a/src/.env.development +++ b/src/.env.development @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.production b/src/.env.production index fee5f0908..3408180c0 100644 --- a/src/.env.production +++ b/src/.env.production @@ -22,4 +22,4 @@ DEBUG = false HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.staging b/src/.env.staging index 316e15642..04c26ec02 100644 --- a/src/.env.staging +++ b/src/.env.staging @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file diff --git a/src/.env.test b/src/.env.test index 316e15642..04c26ec02 100644 --- a/src/.env.test +++ b/src/.env.test @@ -21,4 +21,4 @@ DEBUG = true HOST = redis PORT = 6379 PASSWORD = 'luckyshop123!@#' -EXPIRY = 604800 \ No newline at end of file +EXPIRY = 10800 \ No newline at end of file