|
|
@ -17,7 +17,7 @@ const date = new Date(); |
|
|
|
process.env[ |
|
|
|
process.env[ |
|
|
|
`NC_DB` |
|
|
|
`NC_DB` |
|
|
|
] = `mysql2://localhost:3306?u=root&p=password&d=meta_${date.getFullYear()}_${date.getMonth() + |
|
|
|
] = `mysql2://localhost:3306?u=root&p=password&d=meta_${date.getFullYear()}_${date.getMonth() + |
|
|
|
1}_${date.getDate()}1`;
|
|
|
|
1}_${date.getDate()}`;
|
|
|
|
// process.env[`NC_DB`] = `pg://localhost:3306?u=root&p=password&d=mar_24`;
|
|
|
|
// process.env[`NC_DB`] = `pg://localhost:3306?u=root&p=password&d=mar_24`;
|
|
|
|
// process.env[`NC_DB`] = `pg://localhost:5432?u=postgres&p=password&d=abcde`;
|
|
|
|
// process.env[`NC_DB`] = `pg://localhost:5432?u=postgres&p=password&d=abcde`;
|
|
|
|
// process.env[`NC_TRY`] = 'true';
|
|
|
|
// process.env[`NC_TRY`] = 'true';
|
|
|
|