Merge remote-tracking branch 'upstream/develop' into develop_backend_yhs
This commit is contained in:
2
backend-api/.gitignore
vendored
2
backend-api/.gitignore
vendored
@@ -5,7 +5,7 @@ config.serverless.yml
|
||||
.ormconfig.json
|
||||
vanillameta
|
||||
bigquery-key.json
|
||||
test_connect_info.json
|
||||
test-connect-info.json
|
||||
.
|
||||
# compiled output
|
||||
/dist
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
{
|
||||
"mysql": {
|
||||
"name": "mysql database",
|
||||
"description": "vanilla mysql - dev",
|
||||
"connectionConfig": {
|
||||
"host": "dev-sellerking-service.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com",
|
||||
"port": 3306,
|
||||
"user": "vanillabrain",
|
||||
"password": "qkslffk123123",
|
||||
"database": "mysql_sample"
|
||||
},
|
||||
"engine": "mysql2"
|
||||
},
|
||||
"mssql": {
|
||||
"name": "mssql database",
|
||||
"description": "vanilla mssql - dev",
|
||||
"connectionConfig": {
|
||||
"host": "vanillameta-sqlserver.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com",
|
||||
"port": 1433,
|
||||
"user": "vanillabrain",
|
||||
"password": "qkslffk123123",
|
||||
"database": "sqlserver_sample"
|
||||
},
|
||||
"engine": "mssql"
|
||||
},
|
||||
"pg": {
|
||||
"name": "pg database",
|
||||
"description": "vanilla pg - dev",
|
||||
"connectionConfig": {
|
||||
"host": "vanillameta-postgres.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com",
|
||||
"port": 5432,
|
||||
"user": "vanillabrain",
|
||||
"password": "qkslffk123123",
|
||||
"database": "postgres_sample"
|
||||
},
|
||||
"engine": "pg"
|
||||
},
|
||||
"sqlite": {
|
||||
"name": "sqlite database",
|
||||
"description": "vanilla sqlite - dev",
|
||||
"connectionConfig": {
|
||||
"database": "sqlite_sample",
|
||||
"filename": "./sqlite_sample.sqlite"
|
||||
},
|
||||
"engine": "sqlite"
|
||||
},
|
||||
"maria": {
|
||||
"name": "maria database",
|
||||
"description": "vanilla maria - dev",
|
||||
"connectionConfig": {
|
||||
"host": "vanillameta-maria.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com",
|
||||
"port": 3306,
|
||||
"user": "vanillabrain",
|
||||
"password": "qkslffk123123",
|
||||
"database": "maria_sample"
|
||||
},
|
||||
"engine": "mysql2"
|
||||
},
|
||||
"cockroach": {
|
||||
"name": "cockroach database",
|
||||
"description": "vanilla cockroach - dev",
|
||||
"connectionConfig": {
|
||||
"host": "free-tier8.aws-ap-southeast-1.cockroachlabs.cloud",
|
||||
"port": 26257,
|
||||
"user": "vanillaUser",
|
||||
"password": "DnkwUwzTQ7ZY-G2d3iExfA",
|
||||
"database": "defaultdb"
|
||||
},
|
||||
"engine": "cockroachdb"
|
||||
},
|
||||
"oracle": {
|
||||
"name": "oracle database",
|
||||
"description": "vanilla oracle - dev",
|
||||
"connectionConfig": {
|
||||
"host": "vanillameta-oracle.cpxfjdgipx1h.ap-northeast-2.rds.amazonaws.com",
|
||||
"port": 1521,
|
||||
"user": "vanillabrain",
|
||||
"password": "qkslffk123123",
|
||||
"database": "ORCL",
|
||||
"instanceName": "VANILLABRAIN",
|
||||
"fetchAsString": [ "number", "clob" ],
|
||||
"requestTimeout": 100
|
||||
},
|
||||
"engine": "oracledb"
|
||||
},
|
||||
"snowflake": {
|
||||
"name": "snowflake database",
|
||||
"description": "vanilla snowflake - dev",
|
||||
"connectionConfig": {
|
||||
"account": "wj84419.ap-northeast-2.aws",
|
||||
"username": "drumcap",
|
||||
"password": "FA#3GqY!Sj&Y9X",
|
||||
"database": "VANILLA",
|
||||
"application": "VANILLA_SNOWFLAKE",
|
||||
"schema": "VANILLA_SNOWFLAKE",
|
||||
"warehouse": "COMPUTE_WH"
|
||||
},
|
||||
"engine": "snowflake"
|
||||
},
|
||||
"redshift": {
|
||||
"name": "redshift test database",
|
||||
"description": "vanilla maria - dev",
|
||||
"connectionConfig": {
|
||||
"host": "redshift-cluster-2.cjp7aw9lnxzf.ap-northeast-2.redshift.amazonaws.com",
|
||||
"port": 5439,
|
||||
"user": "admin",
|
||||
"password": "Qkslffk123123",
|
||||
"database": "dev"
|
||||
},
|
||||
"engine": "pg"
|
||||
},
|
||||
"bigquery": {
|
||||
"name": "bigquery test database",
|
||||
"description": "bigquery test database",
|
||||
"connectionConfig": {
|
||||
"projectId": "vanillameta-bigquery",
|
||||
"keyFilename": "./bigquery-key.json",
|
||||
"schema": "bigquery_sample"
|
||||
},
|
||||
"engine": "bigquery"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user