diff --git a/config/server.js b/config/server.js index 2e0ec51..92a38da 100644 --- a/config/server.js +++ b/config/server.js @@ -1,6 +1,7 @@ module.exports = ({ env }) => ({ host: env('HOST', '0.0.0.0'), port: env.int('PORT', 1337), + url: 'https://api.o-k-i.net', admin: { url: '/oki-dashboard', auth: {