Skip to content

Commit 2dee8ee

Browse files
committed
Update PASSWORD_LIFETIME default value to 365 days
1 parent 072c6f6 commit 2dee8ee

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

scripts/environments/shared-ia-dev.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,4 @@ export ENABLE_DEV_CODE=false
8888
# Video Indexer API Version used in ARM deployment of Azure Video Indexer
8989
export VIDEO_INDEXER_API_VERSION="2024-01-01"
9090

91-
# If you are using the Bing Search API, you can set the following values to enable safe search.
92-
# Defaults to true if not defined.
93-
export ENABLE_BING_SAFE_SEARCH=true
91+
export PASSWORD_LIFETIME=365

scripts/environments/shared-ia.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,4 @@ export ENABLE_DEV_CODE=false
8888
# Video Indexer API Version used in ARM deployment of Azure Video Indexer
8989
export VIDEO_INDEXER_API_VERSION="2024-01-01"
9090

91-
# If you are using the Bing Search API, you can set the following values to enable safe search.
92-
# Defaults to true if not defined.
93-
export ENABLE_BING_SAFE_SEARCH=true
91+
export PASSWORD_LIFETIME=365

scripts/environments/tmp-ia.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,6 @@ export CUSTOMER_USAGE_ATTRIBUTION_ID=""
8686
export ENABLE_DEV_CODE=false
8787

8888
# Video Indexer API Version used in ARM deployment of Azure Video Indexer
89-
export VIDEO_INDEXER_API_VERSION="2024-01-01"
89+
export VIDEO_INDEXER_API_VERSION="2024-01-01"
90+
91+
export PASSWORD_LIFETIME=365

scripts/environments/usgov-ia.env

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,4 @@ export ENABLE_DEV_CODE=false
8787
# Video Indexer API Version used in ARM deployment of Azure Video Indexer
8888
export VIDEO_INDEXER_API_VERSION="2024-01-01"
8989

90-
# If you are using the Bing Search API, you can set the following values to enable safe search.
91-
# Defaults to true if not defined.
92-
export ENABLE_BING_SAFE_SEARCH=true
90+
export PASSWORD_LIFETIME=365

0 commit comments

Comments
 (0)