Skip to content

Commit 3f6333d

Browse files
Changing 84 Days to 12 Weeks to better reflect wording in the spec.
1 parent 9d18331 commit 3f6333d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

OPERATING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The adaptor requires a Mongodb-compatible database to manage its internal state.
4040
| GP2GP_MONGO_PASSWORD | | Mongo database password. Leave undefined if GP2GP_MONGO_URI is used. |
4141
| GP2GP_MONGO_OPTIONS | | Mongodb URL encoded parameters for the connection string without a leading "?". Leave undefined if GP2GP_MONGO_URI is used. |
4242
| GP2GP_MONGO_AUTO_INDEX_CREATION | true | (Optional) Should auto index for Mongo database be created. |
43-
| GP2GP_MONGO_TTL | P84D | (Optional) Time-to-live value for inbound and outbound state collection documents as an [ISO 8601 Duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). |
43+
| GP2GP_MONGO_TTL | P12W | (Optional) Time-to-live value for inbound and outbound state collection documents as an [ISO 8601 Duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). |
4444
| GP2GP_COSMOS_DB_ENABLED | false | (Optional) If true the adaptor will enable features and workarounds to support Azure Cosmos DB. |
4545

4646
**Trust Store Configuration Options**

service/src/intTest/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gp2gp:
4343
password: ${GP2GP_MONGO_PASSWORD:}
4444
options: ${GP2GP_MONGO_OPTIONS:}
4545
autoIndexCreation: ${GP2GP_MONGO_AUTO_INDEX_CREATION:true}
46-
ttl: ${GP2GP_MONGO_TTL:P84D}
46+
ttl: ${GP2GP_MONGO_TTL:P12W}
4747
cosmosDbEnabled: ${GP2GP_COSMOS_DB_ENABLED:false}
4848
gpc:
4949
url: ${GP2GP_GPC_GET_URL:http://localhost:8090/@ODS_CODE@/STU3/1/gpconnect}

service/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gp2gp:
3939
password: ${GP2GP_MONGO_PASSWORD:}
4040
options: ${GP2GP_MONGO_OPTIONS:}
4141
autoIndexCreation: ${GP2GP_MONGO_AUTO_INDEX_CREATION:true}
42-
ttl: ${GP2GP_MONGO_TTL:P84D}
42+
ttl: ${GP2GP_MONGO_TTL:P12W}
4343
cosmosDbEnabled: ${GP2GP_COSMOS_DB_ENABLED:false}
4444
gpc:
4545
url: ${GP2GP_GPC_GET_URL:http://localhost:8090/@ODS_CODE@/STU3/1/gpconnect}

0 commit comments

Comments
 (0)