Use different server URLs for development and testing
This commit is contained in:
parent
41cb719bf4
commit
ca0b1b18d3
@ -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'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user