xdripswift/xdrip/Constants/ConstantsNightScout.swift

11 lines
295 B
Swift

enum ConstantsNightScout {
/// maximum number of days to upload
static let maxDaysToUpload = 7
/// - default nightscout url
/// - used in settings, when setting first time nightscout url
static let defaultNightScoutUrl = "https://yoursitename.herokuapp.com"
}