We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964411 commit 4f704d8Copy full SHA for 4f704d8
src/config/production.js
@@ -1,7 +1,7 @@
1
import path from 'path';
2
3
const APP_NAME = `your-app-name`;
4
-const DB_NAME = `your-app-name`;
+const DB_NAME = `your-database-name`;
5
const CLIENT = '/client';
6
7
export default {
0 commit comments