Skip to content

Commit d964411

Browse files
committed
Updated config to development
1 parent ae3a10c commit d964411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import path from 'path';
22

33
const APP_NAME = `your-app-name`;
4-
const DB_NAME = `your-app-name-dev`;
4+
const DB_NAME = `your-database-name-dev`;
55
const CLIENT = '/client';
66

77
export default {

0 commit comments

Comments
 (0)