Skip to content

Commit 4f704d8

Browse files
committed
Updated config to production
1 parent d964411 commit 4f704d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/production.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`;
4+
const DB_NAME = `your-database-name`;
55
const CLIENT = '/client';
66

77
export default {

0 commit comments

Comments
 (0)