# 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 development: <<: *default test: <<: *default # Points to mockserver as the Auth0 base URI base_uri: http://localhost:1080 production: <<: *default