Skip to content

Commit

Permalink
Enable SQL and GraphQL in ScalarDB Cluster standalone mode (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Aug 15, 2024
1 parent 3ea4fb9 commit 36cc4d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions scalardb-cluster-standalone-mode/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ services:
container_name: "scalardb-cluser-node"
ports:
- "60053:60053"
- "8080:8080"
- "9080:9080"
volumes:
- ./scalardb-cluster-node.properties:/scalardb-cluster/node/scalardb-cluster-node.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
# Standalone mode
scalar.db.cluster.node.standalone_mode.enabled=true

# GraphQL
scalar.db.graphql.enabled=true

# SQL
scalar.db.sql.enabled=true

# License key configurations
scalar.db.cluster.node.licensing.license_key=
scalar.db.cluster.node.licensing.license_check_cert_pem=

0 comments on commit 36cc4d6

Please sign in to comment.