mirror of
https://github.com/strapi/strapi.git
synced 2025-11-12 16:22:10 +00:00
Merge pull request #15853 from smorimoto/fix-syntax-error-config-database-template
Fix a tiny syntax error in `config/database.ts` of the template
This commit is contained in:
commit
fc938c8bd3
@ -1,6 +1,6 @@
|
|||||||
import path from 'path';
|
import path from 'path';
|
||||||
|
|
||||||
export default = ({ env }) => {
|
export default ({ env }) => {
|
||||||
const client = env('DATABASE_CLIENT', 'sqlite');
|
const client = env('DATABASE_CLIENT', 'sqlite');
|
||||||
|
|
||||||
const connections = {
|
const connections = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user