DXOS Console -> Kubenet Console. Fix console-app to honor CONFIG_FILE.

This commit is contained in:
2020-07-20 15:20:36 -05:00
parent c0ff3a7969
commit d96af1ef1b
21 changed files with 47 additions and 40 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
#
# NODE_ENV === production
# NODE_ENV=development
# NOTE: Set CONFIG_FILE to swap out this config file.
#
app:
title: 'Console'
org': 'DXOS'
title: 'Kubenet Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
publicUrl: '/console'
+3 -3
View File
@@ -1,11 +1,11 @@
#
# NODE_ENV === production
# NODE_ENV=development
# NOTE: Set CONFIG_FILE to swap out this config file.
#
app:
title: 'Console'
org': 'DXOS'
title: 'Kubenet Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
publicUrl: '/console'
+3 -3
View File
@@ -1,11 +1,11 @@
#
# NODE_ENV === production
# NODE_ENV=production
# NOTE: Set CONFIG_FILE to swap out this config file.
#
app:
title: 'Console'
org': 'DXOS'
title: 'Kubenet Console'
org': 'DXOS.org'
theme: 'dark'
website: 'https://dxos.org'
publicUrl: '/console'
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@dxos/console-server",
"version": "1.0.0-beta.17",
"description": "DXOS Console Server",
"description": "Kubenet Console Server",
"main": "dist/es/index.js",
"bin": {
"dxos-console": "bin/console.js"
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = {
new HtmlWebPackPlugin({
template: './public/index.html',
templateParameters: {
title: 'DXOS Console'
title: 'Kubenet Console'
}
}),