diff --git a/src/config.js b/src/config.js index 7935e90c4..1eeffbf6a 100644 --- a/src/config.js +++ b/src/config.js @@ -102,7 +102,7 @@ function initConfig() { name: 'boxtest' }; data.token = 'APPSTORE_TOKEN'; - data.adminEmail = 'test@cloudron.foo'; + data.adminEmail = 'no-reply@localhost'; } else { assert(false, 'Unknown environment. This should not happen!'); }