diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-30 15:45:27 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-30 15:45:34 -0700 |
commit | 6865570e7a782da0b8b7cdadd4d98c769f31e2a6 (patch) | |
tree | 0a4418b7c7015b4e7d374a2ebb08bde508db004e /installation/src/main | |
parent | 65ee86422e5604c21e60b4c4b43eeb36a43f26bd (diff) |
Add flow controller properties
Change-Id: I72402f2c5ba330a81dbf80a7dfd5a112842e9897
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-299
Diffstat (limited to 'installation/src/main')
-rw-r--r-- | installation/src/main/properties/appc-flow-controller.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/installation/src/main/properties/appc-flow-controller.properties b/installation/src/main/properties/appc-flow-controller.properties new file mode 100644 index 0000000..07992cf --- /dev/null +++ b/installation/src/main/properties/appc-flow-controller.properties @@ -0,0 +1,23 @@ +### +# ============LICENSE_START======================================================= +# APPC +# ================================================================================ +# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END========================================================= +### + +seq_generator_url=http://localhost:8181/restconf/operations/sequence-generator:generate-sequence +seq_generator.uid=admin +seq_generator.pwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U |