diff --git a/deploy/docker/local_settings.py b/deploy/docker/local_settings.py index 7dbad9a..f4f3749 100644 --- a/deploy/docker/local_settings.py +++ b/deploy/docker/local_settings.py @@ -1,5 +1,5 @@ FRONTEND_HOST = 'http://localhost' -PORTAL_NAME = 'MediaCMS' +PORTAL_NAME = 'VMS' SECRET_KEY = 'ma!s3^b-cw!f#7s6s0m3*jx77a@riw(7701**(r=ww%w!2+yk2' POSTGRES_HOST = 'db' REDIS_LOCATION = "redis://redis:6379/1" diff --git a/frontend/src/static/favicons/site.webmanifest b/frontend/src/static/favicons/site.webmanifest index 921e57c..7d3c057 100755 --- a/frontend/src/static/favicons/site.webmanifest +++ b/frontend/src/static/favicons/site.webmanifest @@ -1,6 +1,6 @@ { - "name": "MediaCMS", - "short_name": "MediaCMS", + "name": "VMS", + "short_name": "VMS", "icons": [ { "src": "android-chrome-192x192.png", diff --git a/frontend/src/templates/config/installation/contents.config.js b/frontend/src/templates/config/installation/contents.config.js index 6abddba..df25e59 100644 --- a/frontend/src/templates/config/installation/contents.config.js +++ b/frontend/src/templates/config/installation/contents.config.js @@ -21,7 +21,7 @@ module.exports = { }, ], belowNavMenu: null, - footer: 'Powered by blowleaf.com', + footer: 'Powered by StreamPodsm', }, uploader: { belowUploadArea: '', diff --git a/templates/config/installation/contents.html b/templates/config/installation/contents.html index 860629e..f142394 100644 --- a/templates/config/installation/contents.html +++ b/templates/config/installation/contents.html @@ -17,7 +17,7 @@ MediaCMS.contents = { } ], belowNavMenu: null, - footer: 'Powered by blowleaf.com', + footer: 'Powered by StreamPods', }, uploader: { belowUploadArea: "{{PRE_UPLOAD_MEDIA_MESSAGE}}",