diff --git a/conf/.env.example b/conf/.env.example index aa51907..2001a07 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -13,8 +13,8 @@ CI_ENVIRONMENT=development #-------------------------------------------------------------------- # Instance configuration #-------------------------------------------------------------------- -app.baseURL="https://__DOMAIN__/" -media.baseURL="https://__DOMAIN__/" +app.baseURL="https://__DOMAIN__" +media.baseURL="https://__DOMAIN__" admin.gateway="cp-admin" auth.gateway="cp-auth"