aboutsummaryrefslogtreecommitdiff
path: root/sproxy.yml.example
AgeCommit message (Collapse)AuthorFilesLines
2016-12-05sproxy.yml.example -> sproxy.example.ymlIgor Pashev1-176/+0
2016-12-01BREAKING: Allow !include in config fileIgor Pashev1-8/+8
This changes semantics of these options: - key - oauth2.<provider>.client_secret They are no longer files, but strings. To read content from files, use !include. The point of being files or read from files is to segregate secrets from non-sensitive easily discoverable settings. With !include it is much more simple and flexible.
2016-11-29TypoIgor Pashev1-1/+1
2016-11-28Allow running in plain HTTP mode (no SSL)Igor Pashev1-8/+31
This can be useful when Sproxy is behind some other proxy or load-balancer.
2016-11-26Populate permission database from a fileIgor Pashev1-24/+38
2016-11-19Initial release (1.90.0)1.90.0Igor Pashev1-0/+139