-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adicionando steps da feature de busca de membros
- Loading branch information
1 parent
ddd7f61
commit fca37c8
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ grails { | |
port = 465 | ||
//TODO: Before running, make sure that your email login and password appear below | ||
//TODO: Before committing, make sure that the strings "LOGIN" and "PASSWORD" appear in place of your login and password | ||
username = "LOGIN" | ||
password = "PASSWORD" | ||
username = "[email protected]" | ||
password = "tomersimis" | ||
props = ["mail.smtp.auth": "true", | ||
"mail.smtp.socketFactory.port": "465", | ||
"mail.smtp.socketFactory.class": "javax.net.ssl.SSLSocketFactory", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters