Use different server URLs for development and testing
All checks were successful
Check usage of free licenses / check-licenses (pull_request) Successful in 41s
Add copyright notice / copyright_notice (pull_request) Successful in 1m33s
Run unit tests / unit_tests (pull_request) Successful in 2m9s

This commit is contained in:
Manuel Bustillo 2024-11-15 19:04:22 +01:00
parent 41cb719bf4
commit ca0b1b18d3

View File

@ -26,12 +26,12 @@ RSpec.configure do |config|
paths: {}, paths: {},
servers: [ servers: [
{ {
url: 'http://{defaultHost}/api', url: '/',
variables: { description: 'suitable for testing'
defaultHost: { },
default: 'libre-wedding-planner.app.localhost' {
} url: 'http://libre-wedding-planner.app.localhost/api',
} description: 'Suitable for development'
} }
] ]
} }