mirror of
https://github.com/nicotsx/zerobyte.git
synced 2025-12-10 12:10:51 +01:00
4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
export const OPERATION_TIMEOUT = 5000;
|
|
export const VOLUME_MOUNT_BASE = "/var/lib/docker/volumes/ironmount";
|
|
export const DATABASE_URL = "/data/ironmount.db";
|