| [ | |
| { | |
| "group": "dev", | |
| "name": "dev", | |
| "className": "org.apache.zeppelin.helium.DevInterpreter", | |
| "properties": { | |
| "port": { | |
| "envName": "PORT", | |
| "propertyName": "port", | |
| "defaultValue": "jdbc:postgresql://localhost:5432/", | |
| "description": "The URL for JDBC.", | |
| "type": "string" | |
| } | |
| }, | |
| "editor": { | |
| "language": "helium", | |
| "editOnDblClick": false | |
| } | |
| } | |
| ] |