Updates
This commit is contained in:
Vendored
+4
-2
@@ -1,11 +1,13 @@
|
||||
export const AppData = {
|
||||
ConfigFileName: "bun-mariadb.config.ts",
|
||||
ConfigFileName: "bun-mariadb.config",
|
||||
MaxBackups: 10,
|
||||
MaxExports: 10,
|
||||
DefaultBackupDirName: ".backups",
|
||||
DefaultExportDirName: ".exports",
|
||||
DbSchemaManagerTableName: "__db_schema_manager__",
|
||||
DbSchemaFileName: "schema.ts",
|
||||
DbSchemaFileName: "schema",
|
||||
/** Priority order when resolving config/schema files */
|
||||
SupportedDataFileExtensions: [".ts", ".js", ".json", ".yaml", ".yml"],
|
||||
MaxInitRetries: 50,
|
||||
InitRetryIntervalMilliseconds: 5000,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user