ottertune/client/controller/config/sample_postgres_config.json

10 lines
277 B
JSON
Raw Normal View History

2019-08-23 08:47:19 -07:00
{
"database_type" : "postgres",
"database_url" : "jdbc:postgresql://localhost:5432/postgres",
"username" : "MY_DATABASE_USERNAME",
"password" : "MY_DATABASE_PASSWORD",
"upload_code" : "DEPRECATED",
"upload_url" : "DEPRECATED",
"workload_name" : "workload_name"
}