-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.js
More file actions
26 lines (23 loc) · 764 Bytes
/
constants.js
File metadata and controls
26 lines (23 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module.exports = {
UPLOAD_DISK: 's3',
IMAGE_HOST: 'https://s3.trevio.ru',
STORAGE_DISK: 's3',
SKIP_DOWNLOAD: false,
// home
STORAGE_PATH: '/mnt/d/LAST_Media/webserver/public_html/shared/storage/app/public/media',
IMGPROXY_SECRET: '1ab81ec0d638fc5363f3fd0850b4c4e122efdb8b8fa1c0b2e6e79ec83e432a348c57970da5e9b610ff2e173bc161b5e68b02af120190fd9b72641b98e37b657c',
IMGPROXY_SALT: 'faed5d25bcdee33f9c8912e2b74894da1da7c6242ab2866167c725e68fbbd4646cde92d3a93549cf2d40eebfe1b2be81b268b3d00b972bb49721eb94bd03d7ad',
EVENTS: {
likes: {
eventId: 2,
},
subscriptions: {
eventId: 3,
},
share: {
eventId: 4,
}
},
NOTE_IMAGE_SIZE: [1920, 1080],
TRAVEL_IMAGE_SIZE: [1920, 1080],
}