Initial commit with BSL
This commit is contained in:
9
client/controller/config/sample_mysql_config.json
Normal file
9
client/controller/config/sample_mysql_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"database_type" : "mysql",
|
||||
"database_url" : "jdbc:mysql://localhost:3306/mysqldb",
|
||||
"username" : "MY_DATABASE_USERNAME",
|
||||
"password" : "MY_DATABASE_PASSWORD",
|
||||
"upload_code" : "DEPRECATED",
|
||||
"upload_url" : "DEPRECATED",
|
||||
"workload_name" : "workload_name"
|
||||
}
|
||||
9
client/controller/config/sample_oracle_config.json
Normal file
9
client/controller/config/sample_oracle_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"database_type" : "oracle",
|
||||
"database_url" : "jdbc:oracle:thin:@localhost:1521:orcldb",
|
||||
"username" : "sys as sysdba",
|
||||
"password" : "oracle",
|
||||
"upload_code" : "DEPRECATED",
|
||||
"upload_url" : "DEPRECATED",
|
||||
"workload_name" : "tpcc"
|
||||
}
|
||||
9
client/controller/config/sample_postgres_config.json
Normal file
9
client/controller/config/sample_postgres_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
9
client/controller/config/sample_saphana_config.json
Normal file
9
client/controller/config/sample_saphana_config.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"database_type" : "saphana",
|
||||
"database_url" : "jdbc:sap://localhost:39015",
|
||||
"username" : "MY_DATABASE_USERNAME",
|
||||
"password" : "MY_DATABASE_PASSWORD",
|
||||
"upload_code" : "DEPRECATED",
|
||||
"upload_url" : "DEPRECATED",
|
||||
"workload_name" : "workload_name"
|
||||
}
|
||||
Reference in New Issue
Block a user