include json-rpc mode in issue template

This commit is contained in:
Bernhard B
2021-10-18 18:35:23 +02:00
parent f34f7f2961
commit 8963fd638e

View File

@@ -39,10 +39,11 @@ body:
required: true required: true
attributes: attributes:
label: In which mode are you using the docker container? label: In which mode are you using the docker container?
description: If you have `USE_NATIVE=1` set in your `docker-compose.yml` file then you are using the native mode. description: Please have a look at the `MODE` parameter in you `docker-compose.yml` file. If you do not have the `MODE` parameter explicitly set, then you are running in normal mode.
options: options:
- Normal Mode - Normal Mode
- Native Mode - Native Mode
- JSON-RPC Mode
- type: dropdown - type: dropdown
validations: validations:
required: true required: true