Skip to content
Snippets Groups Projects
example.qfq.json 369 B
{
  "DB_1_USER": "<DBUSER>",
  "DB_1_SERVER": "<DBSERVER>",
  "DB_1_PASSWORD": "<DBPW>",
  "DB_1_NAME": "<DB>",

  "DB_2_USER": "<OPTIONAL DBUSER>",
  "DB_2_SERVER": "<OPTIONAL DBSERVER>",
  "DB_2_PASSWORD": "<OPTIONAL DBPW>",
  "DB_2_NAME": "<OPTIONAL DB>",

  "LDAP_1_RDN": "<OPTIONAL> ou=Admin,ou=example,dc=com",
  "LDAP_1_PASSWORD": "<OPTIONAL> mySecurePassword"
}