Misc naming conventions

pull/878/head
Octavio Cano 2023-09-12 17:15:15 +09:00
rodzic f15b2e6aca
commit 0a3df8bfd6
4 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
FRONTEND_HOST = 'http://localhost' 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' SECRET_KEY = 'ma!s3^b-cw!f#7s6s0m3*jx77a@riw(7701**(r=ww%w!2+yk2'
POSTGRES_HOST = 'db' POSTGRES_HOST = 'db'
REDIS_LOCATION = "redis://redis:6379/1" REDIS_LOCATION = "redis://redis:6379/1"

Wyświetl plik

@ -1,6 +1,6 @@
{ {
"name": "MediaCMS", "name": "VMS",
"short_name": "MediaCMS", "short_name": "VMS",
"icons": [ "icons": [
{ {
"src": "android-chrome-192x192.png", "src": "android-chrome-192x192.png",

Wyświetl plik

@ -21,7 +21,7 @@ module.exports = {
}, },
], ],
belowNavMenu: null, belowNavMenu: null,
footer: 'Powered by <a href="https://blowleaf.com" title="Blowleaf" target="_blank">blowleaf.com</a>', footer: 'Powered by <a href="https://blowleaf.com" title="Blowleaf" target="_blank">StreamPodsm</a>',
}, },
uploader: { uploader: {
belowUploadArea: '', belowUploadArea: '',

Wyświetl plik

@ -17,7 +17,7 @@ MediaCMS.contents = {
} }
], ],
belowNavMenu: null, belowNavMenu: null,
footer: 'Powered by <a href="https://blowleaf.com" title="Blowleaf" target="_blank">blowleaf.com</a>', footer: 'Powered by <a href="https://blowleaf.com" title="Blowleaf" target="_blank">StreamPods</a>',
}, },
uploader: { uploader: {
belowUploadArea: "{{PRE_UPLOAD_MEDIA_MESSAGE}}", belowUploadArea: "{{PRE_UPLOAD_MEDIA_MESSAGE}}",