mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-14 21:35:36 +02:00
Test for dropbox integration
This commit is contained in:
25
test/dropbox/openapi-mock.yaml
Normal file
25
test/dropbox/openapi-mock.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
# OpenAPI specification options
|
||||
openapi:
|
||||
specification_url: '/etc/openapi/user_v2.yaml'
|
||||
|
||||
# web server options
|
||||
http:
|
||||
cors_enabled: false
|
||||
port: 8080
|
||||
response_timeout: 1.0
|
||||
|
||||
# application specific options
|
||||
application:
|
||||
debug: false
|
||||
log_format: tty
|
||||
log_level: info
|
||||
|
||||
# options to control generation process
|
||||
generation:
|
||||
default_min_float: -1.073741823e+09
|
||||
default_max_float: 1.073741823e+09
|
||||
default_min_int: 0
|
||||
default_max_int: 2147483647
|
||||
null_probability: 0
|
||||
suppress_errors: false
|
||||
use_examples: 'if_present'
|
||||
Reference in New Issue
Block a user