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: {},
servers: [
{
url: 'http://{defaultHost}/api',
variables: {
defaultHost: {
default: 'libre-wedding-planner.app.localhost'
}
}
url: '/',
description: 'suitable for testing'
},
{
url: 'http://libre-wedding-planner.app.localhost/api',
description: 'Suitable for development'
}
]
}