summaryrefslogtreecommitdiff
path: root/lib/config/dockerSecret.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-08Add Google oauth variable: hostedDomainike1-1/+2
Which is part of `passport-google-oauth2`. It could be used as whitelist to a domain supported by google oauth. Ref: https://github.com/jaredhanson/passport-google-oauth2/issues/3 Signed-off-by: ike <developer@ikewat.com>
2019-09-03Docker Secrets: Use Encoding Parameter DirectlyJonas Thelemann1-1/+1
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2019-09-03Config: Return String Instead Of Buffer For Docker SecretsJonas Thelemann1-1/+1
Prevents "TypeError: Cannot freeze array buffer views with elements". Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
2019-09-02Docker Secrets: Correct Source PathJonas Thelemann1-1/+1
Signed-off-by: Jonas Thelemann <e-mail@jonas-thelemann.de>
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