diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-02-07 10:31:32 -0500 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2019-02-07 10:32:18 -0500 |
commit | 2ef6648fdf2edac96ada60f825b2a03b065c7982 (patch) | |
tree | 1f5f41a63b779d463bb3cf36395d89e7bf0c3382 /src/main | |
parent | 090957c44f428e13f4f0898f27e017196ad86fda (diff) |
Update graphadmin to use local oxm files
instead of calling the schema service
Issue-ID: AAI-2138
Change-Id: I7a99c2b2424d1db25e6b31b7441fe99ca59fd4a0
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cfab945..e9354ff 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -62,7 +62,7 @@ schema.version.namespace.change.start=v12 schema.version.edge.label.start=v12 # Specifies the version that the application should default to schema.version.api.default=v14 -schema.translator.list=schema-service +schema.translator.list=config #schema.service.client=no-auth schema.service.base.url=https://localhost:8452/aai/schema-service/v1/ schema.service.nodes.endpoint=nodes?version= |