Skip to content

Commit

Permalink
Merge branch 'master' into feature/new-registration-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Heyder committed Mar 13, 2015
2 parents d755f08 + bbf666e commit 7bead16
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions conf/application-example.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
security {
jsonWebToken {
privateKeyFilename = "local/local_private_key.der"
publicKeyFilename = "local/local_public_key.der"
}
}

ldap {
# override these if you wish to make use of ldap.
# otherwise, configure dependency injection to use the in-memory equivalents
# in /app/com.yetu.oauth2provider/registry/ServicesRegistry for all LDAP-related interfaces
# username="..."
# password="..."
# hostname="..."
# port=1389
}

smtp {
# set these if you wish to send real emails.
# mock = false
# host =
# port =
# ssl = true
# user =
# password =
}
2 changes: 1 addition & 1 deletion public/stylesheets/setup.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ header{

.left__content-faq{
display: block;
width: 35%;
width: 55%;
text-align: center;
}

Expand Down

0 comments on commit 7bead16

Please sign in to comment.