-
Notifications
You must be signed in to change notification settings - Fork 0
Home
aanganes edited this page Jan 12, 2012
·
28 revisions
Welcome to the OpenID-Connect-Java-Spring-Server wiki!
The project's pom file is configured to run the maven-replacer plugin. This plugin looks for a file named local-values.conf at the root of the project directory (not inside the server package, directly at OpenID-Connect-Java-Spring-Server/). This file should look like the following:
DB_URL=jdbc:mysql://msql_url
DB_USER=user
DB_PASSWORD=password
OPENID_IDENTIFIER=openid_identifier
OPENID_ROOT=root
OPENID_ADMINS=bob
with the proper values for your deployment filled in. The project will fail to build if the file cannot be found.
Since this file contains sensitive information (and will vary from deployment to deployment) it should not be checked in.