Fixed some bugs in subscription process
Added timezone selector to campaign scheduling Fixed problems with pausing campaign.
This commit is contained in:
parent
4113cb8476
commit
e3a5a3c4eb
23 changed files with 218 additions and 99 deletions
|
@ -1,10 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
const config = require('server/test/e2e/lib/config');
|
||||
const config = require('config');
|
||||
|
||||
module.exports = {
|
||||
app: config,
|
||||
baseUrl: 'http://localhost:' + config.www.publicPort,
|
||||
baseTrustedUrl: 'http://localhost:' + config.www.trustedPort,
|
||||
basePublicUrl: 'http://localhost:' + config.www.publicPort,
|
||||
mailUrl: 'http://localhost:' + config.testServer.mailboxServerPort,
|
||||
users: {
|
||||
admin: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue