# ================================================================================
# Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
# Modifications Copyright (C) 2020 Bell Canada.
-# Modifications Copyright (C) 2022, 2024 Nordix Foundation.
+# Modifications Copyright (C) 2022, 2024-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# Relational (SQL) DB access
-# override the mysql tool command in tooling with custom parameters
-MYSQL_CMD=mysql
-
# mandatory parameters for the DB server location
SQL_HOST=
SQL_USER=
SQL_PASSWORD=
-SQL_PORT=3306
+SQL_PORT=5432
# override the JDBC urls to support customizations
JDBC_URL=
ONAP Policy Engine - Drools PDP
================================================================================
Copyright (C) 2017-2022 AT&T Intellectual Property. All rights reserved.
- Modifications Copyright (C) 2020, 2023-2024 Nordix Foundation.
+ Modifications Copyright (C) 2020, 2023-2025 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
The following dependencies are for features and drools
applications usage
-->
-
- <dependency>
- <groupId>org.mariadb.jdbc</groupId>
- <artifactId>mariadb-java-client</artifactId>
- </dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>