File: /var/dev/nowruzgan/rest/config/custom.js
module.exports.custom = {
verificationTimeout: 300,
profileCacheTTL: 10,
id: {
callback: 'https://nowruzgan.local/admin#token=__TOKEN__',
logout: 'https://nowruzgan.local/admin',
},
auth0: {
callback: 'https://nowruzgan.local/admin#token=__TOKEN__',
logout: 'https://nowruzgan.local/admin',
},
repo: {
path: '/var/dev/nowruzgan/dummy-image-repo',
temp: '/tmp',
cantaloupe: {
endpoint: 'http://88.135.37.74:8182',
username: 'babak',
password: 'alimardan2'
}
}
}