X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fansible-server%2Fsrc%2Fmain%2Fscripts%2FRestServer_config;h=a98d87497dc90e62125b9b1c3f41f2ab9f6015aa;hb=9b844cb5985a1a573a1ed43990aac3282547b2ce;hp=accfb04414ed3a9ba3a7536abc9d70086bcd6128;hpb=49e275cac824dd6dcd4cbc7ccd5f922419d662f3;p=sdnc%2Foam.git diff --git a/installation/ansible-server/src/main/scripts/RestServer_config b/installation/ansible-server/src/main/scripts/RestServer_config index accfb044..a98d8749 100644 --- a/installation/ansible-server/src/main/scripts/RestServer_config +++ b/installation/ansible-server/src/main/scripts/RestServer_config @@ -17,13 +17,13 @@ # * 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. -# * +# * # * ECOMP is a trademark and service mark of AT&T Intellectual Property. # * ============LICENSE_END========================================================= # */ # Host definition -ip: 0.0.0.0 +ip: 0.0.0.0 port: 8000 # Security (controls use of TLS encrypton and RestServer authentication) @@ -39,7 +39,7 @@ id: sdnc psswd: sdnc # Mysql -host: localhost +host: dbhost user: sdnc passwd: sdnc db: ansible