Skip to content

Commit efaa3e9

Browse files
committed
replace NAME with APPLICATION_NAME
Signed-off-by: kvmw <mshamsi@broadcom.com>
1 parent f009f8e commit efaa3e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment/.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
NAME=cook
1+
APPLICATION_NAME=cook
22
PROFILES=development
33
LABEL=''

environment/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config({
1515
});
1616

1717
export default {
18-
name: process.env.NAME,
18+
name: process.env.APPLICATION_NAME,
1919
profiles: process.env.PROFILES || 'default',
2020
label: process.env.LABEL || '',
2121
port: process.env.PORT,

0 commit comments

Comments
 (0)