added Flowr configuration
This commit is contained in:
14
config/code_ocean.yml.example
Normal file
14
config/code_ocean.yml.example
Normal file
@ -0,0 +1,14 @@
|
||||
default: &default
|
||||
flowr:
|
||||
enabled: false
|
||||
|
||||
development:
|
||||
flowr:
|
||||
enabled: true
|
||||
url: http://example.org:3000/api/exceptioninfo?id=&lang=auto
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
|
||||
test:
|
||||
<<: *default
|
Reference in New Issue
Block a user