pub const VERSION:&str = "0.2";
pub const SERVICE:&str = "UJMT.B";

pub const DEFAULT_PORT:&str = "8080";
pub const ENGINE_URL:&str = "https://ujse-ujse-dev.k8s.across-h2020.eu/across/1.0/workflowManagement";
pub const DATABASE_URL:&str = "postgresql://root@10.245.104.187:26257/defaultdb?sslmode=disable";

pub const FRONTEND_URL:&str = "http://localhost:8080";