-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c1b6d5
commit ab0e7d7
Showing
1 changed file
with
1 addition
and
1 deletion.
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 |
---|---|---|
|
@@ -67,7 +67,7 @@ public class WpsConfig { | |
public static final String COMPLETED_JOB_EMAIL_SUBJECT = "IMOS download available - "; | ||
public static final String FAILED_JOB_EMAIL_SUBJECT = "IMOS download error - "; | ||
public static final String JOB_EMAIL_CONTACT_ADDRESS = "[email protected]"; | ||
public static final String JOB_EMAIL_FROM_ADDRESS = "administrator@aodn.org.au"; | ||
public static final String JOB_EMAIL_FROM_ADDRESS = "info@aodn.org.au"; | ||
public static final String SOURCE_ARN = "SOURCE_ARN"; | ||
|
||
public static final String DATA_DOWNLOAD_URL_PREFIX_CONFIG_KEY = "DATA_DOWNLOAD_URL_PREFIX"; | ||
|