New Gallery: create directory if doesn't exist!#120
This commit is contained in:
@@ -68,6 +68,16 @@ if (process.env.NODE_ENV === 'production') {
|
||||
portapp: '0',
|
||||
dir: '',
|
||||
},
|
||||
{
|
||||
idapp: '7',
|
||||
name: 'Notevole',
|
||||
adminemail: 'pao.loarena77@gmail.com',
|
||||
manageremail: '',
|
||||
replyTo: '',
|
||||
host: 'https://notevole.freeplanet.app',
|
||||
portapp: '0',
|
||||
dir: '/var/www/notevole.freeplanet.app',
|
||||
},
|
||||
];
|
||||
} else if (process.env.NODE_ENV === 'test') {
|
||||
MYAPPS = [
|
||||
@@ -117,7 +127,16 @@ if (process.env.NODE_ENV === 'production') {
|
||||
host: 'http://test.mandalaperlanima.eu',
|
||||
portapp: '0',
|
||||
dir: '',
|
||||
}
|
||||
},
|
||||
{
|
||||
idapp: '7',
|
||||
name: 'Notevole',
|
||||
adminemail: '',
|
||||
manageremail: '',
|
||||
host: 'https://notevole.freeplanet.app',
|
||||
portapp: '0',
|
||||
dir: '/var/www/notevole.freeplanet.app',
|
||||
},
|
||||
];
|
||||
} else {
|
||||
MYAPPS = [
|
||||
@@ -168,6 +187,15 @@ if (process.env.NODE_ENV === 'production') {
|
||||
portapp: '8083',
|
||||
dir: '',
|
||||
},
|
||||
{
|
||||
idapp: '7',
|
||||
name: 'Notevole',
|
||||
adminemail: 'paolo.arena77@gmail.com',
|
||||
manageremail: '',
|
||||
host: 'http://localhost',
|
||||
portapp: '8085',
|
||||
dir: '',
|
||||
},
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user