PINGOWebApp icon indicating copy to clipboard operation
PINGOWebApp copied to clipboard

Set URL in Templates from Config

Open katgirl opened this issue 10 years ago • 1 comments

The System-URL is set in the Config

config.action_mailer.default_url_options

But in the Templates are hard-code the URL from University of Padderborn

katgirl avatar Aug 19 '14 07:08 katgirl

hardcoded URLs: https://github.com/PingoUPB/PINGOWebApp/search?q=pingo.upb.de

change host prefix to use ENV["URL_PREFIX"]

MichaelWhi avatar Aug 19 '14 08:08 MichaelWhi