[Notice] Announcing the End of Demo Server [Read me]
conf: Fix mis-spelled relase update url
@b7aab45e3746a8f2510de96123060227e319bbae
--- app/models/YobiUpdate.java
+++ app/models/YobiUpdate.java
... | ... | @@ -43,7 +43,7 @@ |
43 | 43 |
.getString("application.update.repositoryUrl", "http://repo.yona.io/yona/yona"); |
44 | 44 |
private static final String RELEASE_URL_FORMAT = Configuration.root() |
45 | 45 |
.getString("application.update.releaseUrlFormat", |
46 |
- "https://github.com/doortts/yona/releases/tag/v%s"); |
|
46 |
+ "https://github.com/yona-projects/yona/releases/tag/v%s"); |
|
47 | 47 |
|
48 | 48 |
public static String versionToUpdate = null; |
49 | 49 |
|
--- conf/application.conf.default
+++ conf/application.conf.default
... | ... | @@ -256,7 +256,7 @@ |
256 | 256 |
application.update.repositoryUrl = "https://github.com/yona-projects/yona" |
257 | 257 |
# A format to construct the url to latest Yona release. "%s" is a format |
258 | 258 |
# specifier for Yona version to download like "0.5.7". |
259 |
-application.update.releaesUrlFormat = "https://github.com/yona-projects/yona/releases/tag/v%s" |
|
259 |
+application.update.releaseUrlFormat = "https://github.com/yona-projects/yona/releases/tag/v%s" |
|
260 | 260 |
|
261 | 261 |
# customize play default thread pool size |
262 | 262 |
# see: https://www.playframework.com/documentation/2.3.x/ThreadPools |
... | ... | @@ -374,6 +374,8 @@ |
374 | 374 |
# If your LDAP configuration support email login |
375 | 375 |
useEmailBaseLogin = false |
376 | 376 |
fallbackToLocalLogin = false |
377 |
+ # If your LDAP configuration support English Name attribute |
|
378 |
+ englishNameAttributeName = "givenName" |
|
377 | 379 |
} |
378 | 380 |
} |
379 | 381 |
|
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?