Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup global credential Store profile

A Gloabl profile can be used by any other Define an profile having all the parameters concerning Credential store. JADE can reuse any profile defined in same jade_settings.ini file, Global profile is by default included by all other profiles and don't need explicit "include" :.
It's recommended to create such fragments and reuse them in prfiles.
Other side User can define multiple KeePassX DB's i.e. Test, Integration, Production and create corresponding profiles for different environment.

Code Block

Code Block
 ; Global Profile
 [Keepass_DataBase_WithPassword]
 use_credential_Store     = true
 CredentialStore_FileName = C:\sos-berlin.com\jade\credential-store\keepassX-test.kdb
 CredentialStore_password = ********* 

...