diff options
Diffstat (limited to 'asdctool/src/main/resources/config/janusgraph-migration.properties')
-rw-r--r-- | asdctool/src/main/resources/config/janusgraph-migration.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asdctool/src/main/resources/config/janusgraph-migration.properties b/asdctool/src/main/resources/config/janusgraph-migration.properties index e982c2d085..57113b0ddf 100644 --- a/asdctool/src/main/resources/config/janusgraph-migration.properties +++ b/asdctool/src/main/resources/config/janusgraph-migration.properties @@ -1,4 +1,4 @@ -storage.backend=cassandra +storage.backend=cql storage.hostname=localhost -storage.port=9160 +storage.port=9042 storage.cassandra.keyspace=sdctitan |