summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-15Fix variable names for docker secretsSheogorath1-5/+5
It seems like since we switched to camelcase we missed to update some variable names in the config section. This patch fixes those. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2019-07-01Docker Secrets: Add DB URL SupportJonas Thelemann1-0/+1
As the connection string may include a password it should be supported by Docker Secrets. Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2018-06-01Add Azure Blob Storage supportÁdám Hóka1-0/+3
Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
2018-01-19Fix not passing app key correctly in dropbox configWu Cheng-Han1-1/+2
2017-10-31Add mattermost authenticationChristoph Witzany1-0/+4
2017-05-08refactor(config.js): Extract config fileBoHong Li1-0/+51
* Separate different config source to each files * Freeze config object