<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><div>On Jul 14, 2014, at 4:36 PM, Galligan, Patrick <<a href="mailto:PGalligan@rockarch.org">PGalligan@rockarch.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div lang="EN-US" link="blue" vlink="purple" style="font-family: Helvetica; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class="WordSection1" style="page: WordSection1;"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;">Another question here.<o:p></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"><o:p> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;">I’m having trouble getting the “View Published” buttons to point to the correct location (not localhost). Can these changes be made through the config.rb file, or do I have to change some of the en.yml files for the public and frontend?<o:p></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"><o:p> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;">Appreciate any guidance on this one.<o:p></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"><o:p> </o:p></div></div></div></blockquote><br></div><div>I asked this question earlier and Mark answered:</div><div><br></div><div>— Steve Majewski</div><div><br></div><div><br></div><div><div>On May 30, 2014, at 1:07 PM, Mark Cooper <<a href="mailto:mark.cooper@lyrasis.org">mark.cooper@lyrasis.org</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Steve,<br><br>Those links use the settings defined for:<br><br>## recommended that you record those URLs in your configuration<br>#AppConfig[:frontend_proxy_url] = proc { AppConfig[:frontend_url] }<br>#AppConfig[:public_proxy_url] = proc { AppConfig[:public_url] }<br><br>The proxy urls by default use the values as defined for AppConfig[:frontend_url] and AppConfig[:public_url]. So you could edit the value in either place, although if you're going to be using a proxy you'll want to set the proxy values directly and not fallback on the default (proc) way of setting the values.<br><br>It's highly recommended to set those values to something other than the default (localhost) otherwise you'll miss some functionality that uses the proxy values (such as edit links in the public interface) -- but I'm not sure that's suggested anywhere aside from the comments in the config file, so it looks like a README update to make that more clear would be a good thing.<br><br>Mark<br><br></blockquote></div><br></body></html>