mirror of
https://github.com/strapi/strapi.git
synced 2025-10-19 12:02:38 +00:00
add schema in api.js file
This commit is contained in:
parent
6a530cbbfc
commit
fc26a07014
@ -20,6 +20,7 @@ const databases = {
|
|||||||
database: 'strapi_test',
|
database: 'strapi_test',
|
||||||
username: 'strapi',
|
username: 'strapi',
|
||||||
password: 'strapi',
|
password: 'strapi',
|
||||||
|
schema: 'myschema',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mysql: {
|
mysql: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user