Skip to content

Commit cf2db3b

Browse files
committed
refactor: change app name
1 parent adff2bb commit cf2db3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exports.APP_NAME = 'Gateway Database';
1+
exports.APP_NAME = 'Database Gateway';
22
exports.APP_URL = 'http://localhost:3000';
33
exports.APP_WS_URL = 'ws://localhost:3000';
44
exports.DEVELOPMENT_MODE = Boolean(process.env.ELECTRON_DEVELOP);

0 commit comments

Comments
 (0)