Providing value for Data Store through custom properties file

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 ?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    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=<typeOfDb>
    #dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.CONNECTION_STRING=<connectionString>
    
    

Reply
  • 0
    Certified Associate Developer

    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=<typeOfDb>
    #dataSource.935f04f8-e8ac-449f-8410-d9ac13cac74e.CONNECTION_STRING=<connectionString>
    
    

Children
No Data