dacy-test-bench_2.13.3.0.3.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codacy-test-bench_2.13 Show documentation
Show all versions of codacy-test-bench_2.13 Show documentation
A library to send events on rabbit-mq
The newest version!
evolutionsDatabases = [
{
name = "codacy"
env = "DB_DEFAULT_URL"
config = "default"
create = false
},
{
name = "codacy_analysis"
env = "DB_ANALYSIS_URL"
config = "analysis"
create = true
},
{
name = "codacy_filestore"
env = "DB_FILESTOREDATABASE_URL"
config = "fileStoreDatabase"
create = true
},
{
name = "codacy_jobs"
env = "DB_JOBS_URL"
config = "jobs"
create = true
},
{
name = "codacy_metrics"
env = "DB_METRICS_URL"
config = "metrics"
create = true
},
{
name = "codacy_results"
env = "DB_RESULTS_URL"
config = "results"
create = true
},
{
name = "codacy_results2017"
env = "DB_RESULTS_201709_URL"
config = "results2017"
create = true
}
]