docs: remove databaseSchema configuration (#12699)
This commit is contained in:
@@ -207,23 +207,6 @@ module.exports = defineConfig({
|
||||
})
|
||||
```
|
||||
|
||||
### databaseSchema
|
||||
|
||||
The `projectConfig.databaseSchema` configuration specifies the PostgreSQL database schema to connect to, which is `public` by default. Use this configuration only if you want to connect to a different schema.
|
||||
|
||||
#### Example
|
||||
|
||||
```ts title="medusa-config.ts"
|
||||
module.exports = defineConfig({
|
||||
projectConfig: {
|
||||
databaseSchema: process.env.DATABASE_SCHEMA ||
|
||||
"custom",
|
||||
// ...
|
||||
},
|
||||
// ...
|
||||
})
|
||||
```
|
||||
|
||||
### databaseUrl
|
||||
|
||||
The `projectConfig.databaseUrl` configuration specifies the PostgreSQL connection URL of the database to connect to. Its format is:
|
||||
|
||||
@@ -112,7 +112,7 @@ export const generatedEditDates = {
|
||||
"app/learn/resources/contribution-guidelines/admin-translations/page.mdx": "2025-02-11T16:57:46.726Z",
|
||||
"app/learn/resources/contribution-guidelines/docs/page.mdx": "2025-05-26T15:55:02.974Z",
|
||||
"app/learn/resources/usage/page.mdx": "2025-02-26T13:35:34.824Z",
|
||||
"app/learn/configurations/medusa-config/page.mdx": "2025-04-17T08:29:09.907Z",
|
||||
"app/learn/configurations/medusa-config/page.mdx": "2025-06-10T13:18:26.064Z",
|
||||
"app/learn/configurations/ts-aliases/page.mdx": "2025-02-11T16:57:46.683Z",
|
||||
"app/learn/production/worker-mode/page.mdx": "2025-03-11T15:21:50.906Z",
|
||||
"app/learn/fundamentals/module-links/read-only/page.mdx": "2025-05-13T15:04:12.107Z",
|
||||
|
||||
+17916
-17930
File diff suppressed because it is too large
Load Diff
@@ -30,6 +30,8 @@ Languages listed in this section are contributed by the Medusa community. So, th
|
||||
|
||||
</Note>
|
||||
|
||||
- Bosanski
|
||||
- Bahasa Indonesia
|
||||
- Čeština
|
||||
- Deutsch
|
||||
- Español
|
||||
@@ -43,8 +45,10 @@ Languages listed in this section are contributed by the Medusa community. So, th
|
||||
- Türkçe
|
||||
- Ελληνικά
|
||||
- Български
|
||||
- Magyar
|
||||
- Македонски
|
||||
- Монгол
|
||||
- Nederlands
|
||||
- Русский
|
||||
- Українська
|
||||
- العربية
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const generatedEditDates = {
|
||||
"app/tips/languages/page.mdx": "2025-04-11T09:14:21.012Z",
|
||||
"app/tips/languages/page.mdx": "2025-06-10T13:21:36.282Z",
|
||||
"app/tips/bulk-editor/page.mdx": "2025-04-07T13:20:09.040Z",
|
||||
"app/tips/lists/page.mdx": "2025-02-14T14:16:04.867Z",
|
||||
"app/settings/sales-channels/page.mdx": "2025-05-30T13:31:09.754Z",
|
||||
|
||||
Reference in New Issue
Block a user