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: {},
|
||||
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'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user