Fix ansible server config
[sdnc/oam.git] / installation / ansible-server / src / main / scripts / RestServer_config
index accfb04..a98d874 100644 (file)
 # * 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