Sha256: 67aa9980735fd7dbb67f86d03af713963c56232095f1cc830d3a9f4d54d51898
Contents?: true
Size: 496 Bytes
Versions: 9
Compression:
Stored size: 496 Bytes
Contents
# A default YAML config for the purpose of booting up the dummy without error default: &default audience: mock_audience base_uri: mock_base_uri client_id: mock_client_id client_secret: mock_client_secret cookie_prefix: mock_cookie_prefix login_uri: mock_login_uri redirect_uri: mock_redirect_uri extra_field: not_needed development: <<: *default test: <<: *default # Points to mockserver as the Auth0 base URI base_uri: http://localhost:1080 production: <<: *default
Version data entries
9 entries across 9 versions & 1 rubygems