12 lines
344 B
JavaScript
12 lines
344 B
JavaScript
export const AppData = {
|
|
ConfigFileName: "bun-mariadb.config.ts",
|
|
MaxBackups: 10,
|
|
MaxExports: 10,
|
|
DefaultBackupDirName: ".backups",
|
|
DefaultExportDirName: ".exports",
|
|
DbSchemaManagerTableName: "__db_schema_manager__",
|
|
DbSchemaFileName: "schema.ts",
|
|
MaxInitRetries: 50,
|
|
InitRetryIntervalMilliseconds: 5000,
|
|
};
|