Juhan Aasaru created FINCN-180:
----------------------------------
Summary: spring data source config points at DB 'playground'
instead of 'seshat'
Key: FINCN-180
URL: https://issues.apache.org/jira/browse/FINCN-180
Project: Fineract Cloud Native
Issue Type: Bug
Reporter: Juhan AasaruSeveral repositories have: spring.datasource.url: jdbc:postgresql://localhost:5432/playground But it should be: spring.datasource.url: jdbc:postgresql://localhost:5432/seshat Playground is database used by example tenant. Incorrect config found: [https://github.com/apache/fineract-cn-reporting/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-office/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-group/blob/develop/service/src/main/resources/application.yml#L45] [https://github.com/apache/fineract-cn-template/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-teller/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-accounting/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-payroll/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-portfolio/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-deposit-account-management/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-notifications/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-cheques/blob/develop/service/src/main/resources/application.yml#L28] [https://github.com/apache/fineract-cn-customer/blob/develop/service/src/main/resources/application.yml#L28] Should be like this: [https://github.com/apache/fineract-cn-rhythm/blob/develop/service/src/main/resources/application.yml#L29] This has been incorrectly introduced with MariaDB->Postgresql migration. -- This message was sent by Atlassian Jira (v8.3.4#803005)
