Skip to content

Commit

Permalink
added poroperties for padding and keysecret
Browse files Browse the repository at this point in the history
  • Loading branch information
totto committed Aug 14, 2017
1 parent d2e8d85 commit 06021fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ applicationid=12212
applicationsecret=9ju592A4t8dzz8mz7a5QQJ7Px
applicationname=Whydah-OAuth2Service

## Change these in production
oauth2.module.padding=11111111111111111111111111111111111111111111111111111111111111111111111111111111111111
oauth2.module.keysecret=myKeyPassword


login.user=read
login.password=baretillesing

3 changes: 3 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ applicationname=Whydah-OAuth2Service

whydah.cookiedomain=localhost
myuri=http://localhost:8086/Whydah-OAuth2Service
## Change these in production
oauth2.module.padding=11111111111111111111111111111111111111111111111111111111111111111111111111111111111111
oauth2.module.keysecret=myKeyPassword

login.user=read
login.password=baretillesing
Expand Down

0 comments on commit 06021fe

Please sign in to comment.