![JAR search and dependency download from the Maven repository](/logo.png)
d.pillar.1.0.2.source-code.application.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pillar Show documentation
Show all versions of pillar Show documentation
Pillar manages migrations for your Cassandra data stores.
The newest version!
# This file is used in development and test. It is included in the distribution as a example.
pillar.faker {
development {
cassandra-seed-address: "127.0.0.1"
cassandra-keyspace-name: "pillar_development"
}
test {
cassandra-seed-address: "127.0.0.1"
cassandra-keyspace-name: "pillar_test"
}
acceptance_test {
cassandra-seed-address: "127.0.0.1"
cassandra-keyspace-name: "pillar_acceptance_test"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy