Sha256: 2bc999f30bc837b41cd3cc1eb2b131ab702b6a0e74cec24f98f654bfe12a1b60

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

module Config
    SDK_VERSION = '0.1.5'
    MAX_ALLOWED_PARAMS = 6
    API_URL_PROD = "https://api.securenative.com/collector/api/v1"
    API_URL_STG = "https://api.securenative-stg.com/collector/api/v1"
    TRACK_EVENT = "/track"
    VERIFY_EVENT = "/verify"
    FLOW_EVENT = "/flow"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
securenative-0.1.5 lib/securenative/config.rb