Skip to main content
July 18, 2025
Question

Providing value for Data Store through custom properties file

  • July 18, 2025
  • 3 replies
  • 0 views

Before Importing an application and properties file, Can we pass the value of a data store in the properties file like ##TestDS content.a_<uuid>.VALUE=jdbc/TESTDS  can we do this ?

3 replies

July 18, 2025

Not entirely sure about Data Store, but while passing the admin console setting in the customization file, we can pass the values of the Data Source like this

  


## Administration Console Setting: Data Source
## Name: jdbc/LegacyDB
## Valid types: MySQL, MariaDB, Oracle, SQL Server, PostgreSQL, DB2
dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.USERNAME=db.user
dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.PASSWORD=1234abcd
#dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.TYPE=
#dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.CONNECTION_STRING=

shubhama926776
July 19, 2025

Data stores must be manually configured in Admin Console after import.

harshas2775
July 19, 2025

You can only deploy the data store as part of application package. Properties file don’t support Data Stores customisation.

For Data Souce as kapil suggested you can import properties file in Admin Console