-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the config file more production ready
- Loading branch information
Showing
1 changed file
with
7 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 |
---|---|---|
|
@@ -127,8 +127,10 @@ log4j = { | |
|
||
environments { | ||
development { | ||
grails.mail.overrideAddress="[email protected]" | ||
//grails.mail.disabled=true | ||
// Uncomment this to to send all e-mails to you instead of its original address | ||
// (and comment out grails.mail.disabled=true) | ||
// grails.mail.overrideAddress="[email protected]" | ||
grails.mail.disabled=true | ||
|
||
geblokkeerdPeriode = 5000; | ||
initieelUitstel = 0; | ||
|
@@ -137,7 +139,8 @@ environments { | |
admin.passwordhash = '7iaw3Ur350mqGo7jwQrpkj9hiYB3Lkc/iBml1JQODbJ6wYX4oOHV+E+IvIh/1nsUNzLDBMxfqa2Ob1f1ACio/w==' | ||
} | ||
test { | ||
grails.mail.overrideAddress="[email protected]" | ||
// Uncomment this to to send all e-mails to you instead of its original address | ||
// grails.mail.overrideAddress="[email protected]" | ||
|
||
geblokkeerdPeriode = 5000; | ||
initieelUitstel = 0; | ||
|
@@ -147,7 +150,7 @@ environments { | |
} | ||
amazondb = test; | ||
production { | ||
geblokkeerdPeriode = 172800000;//2 * 24 * 60 * 60 * 1000, ofwel: 2 dagen | ||
geblokkeerdPeriode = 172800000;//2 * 24 * 60 * 60 * 1000, aka 2 days | ||
initieelUitstel = 0; | ||
|
||
// Null because you have to manually set the password | ||
|