
application.conf.default: add missing options
@561d0e8e18c5a3b3a233d306c573fcf866bd8b62
--- conf/application.conf.default
+++ conf/application.conf.default
... | ... | @@ -229,3 +229,9 @@ |
229 | 229 |
} |
230 | 230 |
} |
231 | 231 |
} |
232 |
+ |
|
233 |
+# If you want allowing to access yobi pages logged in users only, set it false |
|
234 |
+application.allowsAnonymousAccess = true |
|
235 |
+ |
|
236 |
+# No referrer information is to be leaked when following the link from yobi pages. If you don't want, set it false |
|
237 |
+application.noreferrer = true |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?