2 # ============LICENSE_START=======================================================
 
   4 # ================================================================================
 
   5 # Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
 
   6 # ================================================================================
 
   7 # Licensed under the Apache License, Version 2.0 (the "License");
 
   8 # you may not use this file except in compliance with the License.
 
   9 # You may obtain a copy of the License at
 
  11 #      http://www.apache.org/licenses/LICENSE-2.0
 
  13 # Unless required by applicable law or agreed to in writing, software
 
  14 # distributed under the License is distributed on an "AS IS" BASIS,
 
  15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
  16 # See the License for the specific language governing permissions and
 
  17 # limitations under the License.
 
  18 # ============LICENSE_END=========================================================
 
  21 # Environment file (.environment) for control loop applications in this
 
  22 # directory, it will be automatically loaded by PDP-D, after being expanded
 
  23 # by installation scripts.
 
  25 sql.db.host=${env:SQL_HOST}
 
  26 sql.db.username=${env:SQL_USER}
 
  27 sql.db.password=${env:SQL_PASSWORD}
 
  29 aai.url=${env:AAI_URL}
 
  30 aai.username=${env:AAI_USERNAME}
 
  31 aai.password=${env:AAI_PASSWORD}
 
  34 so.username=${env:SO_USERNAME}
 
  35 so.password=${env:SO_PASSWORD}
 
  37 vfc.url=${env:VFC_URL}
 
  38 vfc.username=${env:VFC_USERNAME}
 
  39 vfc.password=${env:VFC_PASSWORD}
 
  41 pdpx.host=${env:PDP_HOST}
 
  42 pdpx.username=${env:PDP_USERNAME}
 
  43 pdpx.password=${env:PDP_PASSWORD}
 
  45 guard.url=https://${env:PDP_HOST}:6969/policy/pdpx/v1/decision
 
  46 guard.jdbc.url=jdbc:mariadb://${env:SQL_HOST}:3306/operationshistory
 
  49 sdnc.url=${env:SDNC_URL}
 
  50 sdnc.username=${env:SDNC_USERNAME}
 
  51 sdnc.password=${env:SDNC_PASSWORD}