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 ae3a10c commit d964411Copy full SHA for d964411
src/config/index.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-dev`;
+const DB_NAME = `your-database-name-dev`;
5
const CLIENT = '/client';
6
7
export default {
0 commit comments