Skip to content

Commit 36cc4d6

Browse files
authored
Enable SQL and GraphQL in ScalarDB Cluster standalone mode (#69)
1 parent 3ea4fb9 commit 36cc4d6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

scalardb-cluster-standalone-mode/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ services:
4646
container_name: "scalardb-cluser-node"
4747
ports:
4848
- "60053:60053"
49+
- "8080:8080"
4950
- "9080:9080"
5051
volumes:
5152
- ./scalardb-cluster-node.properties:/scalardb-cluster/node/scalardb-cluster-node.properties

scalardb-cluster-standalone-mode/scalardb-cluster-node.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
# Standalone mode
4444
scalar.db.cluster.node.standalone_mode.enabled=true
4545

46+
# GraphQL
47+
scalar.db.graphql.enabled=true
48+
49+
# SQL
50+
scalar.db.sql.enabled=true
51+
4652
# License key configurations
4753
scalar.db.cluster.node.licensing.license_key=
4854
scalar.db.cluster.node.licensing.license_check_cert_pem=

0 commit comments

Comments
 (0)