feat(medusa): Remove sqlite support (#4026)
This commit is contained in:
@@ -31,11 +31,13 @@ export type ProjectConfigOptions = {
|
||||
cookie_secret?: string
|
||||
|
||||
database_url?: string
|
||||
database_type: string
|
||||
database_database?: string
|
||||
database_schema?: string
|
||||
database_logging: LoggerOptions
|
||||
|
||||
// @deprecated - only postgres is supported, so this config has no effect
|
||||
database_type?: string
|
||||
|
||||
http_compression?: HttpCompressionOptions
|
||||
|
||||
database_extra?: Record<string, unknown> & {
|
||||
|
||||
Reference in New Issue
Block a user