Change admin url

This commit is contained in:
2020-12-09 21:23:39 +01:00
parent 9b064eeae6
commit 64332fc7da
+1
View File
@@ -2,6 +2,7 @@ module.exports = ({ env }) => ({
host: env('HOST', '0.0.0.0'),
port: env.int('PORT', 1337),
admin: {
url: '/oki-dashboard',
auth: {
secret: env('ADMIN_JWT_SECRET', '71b106d7b2a4853774b0b27424b77097'),
},