Skip to content
Snippets Groups Projects
Commit dbcb8f20 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

add appUrl config

parent b82e967f
No related branches found
No related tags found
1 merge request!455Improve publication on LinkedIn
Pipeline #116602 passed
......@@ -26,6 +26,7 @@ export class AppController {
async config() {
// temp IS_OPENSHIFT: on appsoc servers, GHOST_HOST_AND_PORT is local network server name
return {
appUrl: `https://${process.env.APP_HOST}`,
ghostAdminUrl:
((process.env.IS_OPENSHIFT ? process.env.GHOST_HOST_AND_PORT : process.env.GHOST_URL_APPSOC) ||
'http://localhost:2368') + '/ghost/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment