Customer Portal

Having a changeable database connection login parameters

Comments 1

  • Avatar
    svecp
    0
    Comment actions Permalink
    Yes, you can use (externalized) parameter files. For example, you can have parameters DB_USER, DB_PASSWORD, DB_URL, ... which they can be referenced in that connection using expressions ${DB_USER}, ${DB_PASSWORD}, ${DB_URL}, ...

    This (external) parameter file has to be linked to the graph, where you're using that connection. Or you can externalize connection itself and then reuse it in several graphs. Process is the same as with externalizing parameters - right click on connection and select "Externalize connection".

Please sign in to leave a comment.