We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff7075 commit f7c0654Copy full SHA for f7c0654
geo-data-server/src/main/java/org/gridsuite/geodata/server/CassandraConfig.java
@@ -28,7 +28,7 @@
28
@EnableCassandraRepositories(basePackageClasses = LineRepository.class)
29
public class CassandraConfig extends AbstractCassandraConfiguration {
30
31
- @Value("${cassandra-keyspace:geo_data}")
+ @Value("${powsybl-ws.cassandra.keyspace.prefix:}${cassandra-keyspace:geo_data}")
32
private String keyspaceName;
33
34
@Override
0 commit comments