{
	"logging": "DEBUG",
	"default_sym_key": "{\"kty\":\"oct\",\"kid\": \"kDv\",\"alg\":\"A128GCM\",\"k\":\"14hHNx-9dg2T4zP2QAZjQA\"}",
	"sts": {
		"httpsServerUrl": "https://virtual.itsourweb.org:3000",
		"nonce_key": "{\"kty\":\"oct\",\"kid\": \"kDv\",\"alg\":\"A128GCM\",\"k\":\"14hHNx-9dg2T4zP2QAZjQA\"}",
		"https_certificate_filename": "C:\\Users\\KimCameron\\Documents\\git\\oidc-playground\\issuer2\\node_modules\\oidc-lib\\src\\claimer_sts\\keys\\itsourweb.org",
		"codeTTL": 3600,
		"nonceTTL": 3600,
		"db": {
			"schemaVersion": "48.0",
			"provider": "file_db",
			"databaseName": "claimer_ief",
			"collections": {
				"keys": {
					"keyPath": "id",
					"indexes": [{
						"name": "keys",
						"keyPath": ["content_module_name", "app_id"]
					}]
				},
				"consents": {
					"keyPath": "id",
					"indexes": [{
						"name": "consents",
						"keyPath": ["id"]
					}]
				},
				"clients": {
					"keyPath": "client_id",
					"indexes": [{
						"name": "clients",
						"keyPath": ["client_name"]
					}]
				},
				"access_tokens": {
					"keyPath": "id",
					"indexes": [{
						"name": "access_tokens",
						"keyPath": ["id"]
					}]
				}
			}
		}
	}
}