File: /var/dev/nowruzgan/ketabkhaneh/src/environments/environment.ts
export const environment = {
production: false,
canonicalBase: 'https://ketabkhaneh.local',
apiBase: 'https://ketabkhaneh.local/api/v1.0',
uploadUrl: 'https://ketabkhaneh.local/api/v1.0/file',
staticBase: 'https://ketabkhaneh.local/static',
imageBase: 'https://image.nowruzgan.com/iiif/3/nw__{COLLECTION}__{ID}.tif',
cronus: {
host: 'cronus.nowruzgan.local',
logUrl: 'https://cronus.nowruzgan.local/api/v1.0/log',
key: '37f248a270210a27dbabdc624e27a46f',
eventType: 'ketabkhaneh-web'
}
};