Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
specifications:
  default:

    # Logging settings
    logging:
      # Local path for logs
      path: '/var/log/hydra/hesm'
      # Debug-level logging
      debug: true

    # Database connection settings
    database:
      tns: testdb
      username: ais_3p_services
      password: read_manual

    plugin_name: media_alliance

    plugins:
      media_alliance:
		# Media Alliance server parameters
        ma_server:
          isp_identifier: 123456 
          secret: 461edde3aa2d0b2333437395db964545

        # Hydra authentication
        db_authentication:
          login: media_alliance
          password: q123
          app_code: NETSERV_3P_SERVICES

        # Invoice creation parameters
        charge_log_creation:
          vc_chargelog_ctrl_code: CHARGELOG_CTRL_External_MA

...