summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Docker Secrets: Add DB URL SupportJonas Thelemann2019-07-011-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>
* Add Azure Blob Storage supportÁdám Hóka2018-06-011-0/+3
| | | | Signed-off-by: Adam Hoka <hoka.adam@nexogen.hu>
* Fix not passing app key correctly in dropbox configWu Cheng-Han2018-01-191-1/+2
|
* Add mattermost authenticationChristoph Witzany2017-10-311-0/+4
|
* refactor(config.js): Extract config fileBoHong Li2017-05-081-0/+51
* Separate different config source to each files * Freeze config object