Sha256: 0ce50adbd2a7f3d3cbca654645e9d2117e75492c6cbb93adf52b250a9259209b
Contents?: true
Size: 849 Bytes
Versions: 9
Compression:
Stored size: 849 Bytes
Contents
module Fintecture module Api module BaseUrl FINTECTURE_OAUTH_URL = { local: 'http://localhost:3000/oauth', test: 'https://oauth-sandbox-test.fintecture.com/oauth', sandbox: 'https://oauth-sandbox.fintecture.com/oauth', production: 'https://oauth.fintecture.com/oauth' } FINTECTURE_API_URL = { local: 'http://localhost:3000', test: 'https://api-sandbox-test.fintecture.com', sandbox: 'https://api-sandbox.fintecture.com', production: 'https://api.fintecture.com' } FINTECTURE_CONNECT_URL = { local: 'http://localhost:4201', test: 'https://connect-test.fintecture.com', sandbox: 'https://connect-sandbox.fintecture.com', production: 'https://connect.fintecture.com' } end end end
Version data entries
9 entries across 9 versions & 1 rubygems