diff options
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 59f571d6ca..3ce4a5fdf2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1130,7 +1130,7 @@ BE-janusgraph.properties storage.hostname=<%= @CASSANDRA_IP %> # JanusGraph storage port - storage.port=9160 + storage.port=9042 # JanusGraph storage username storage.username=<%= @CASSANDRA_USR %> |