Skip to content

Instantly share code, notes, and snippets.

@palexander
Created August 24, 2010 18:01
Show Gist options
  • Save palexander/547992 to your computer and use it in GitHub Desktop.
Save palexander/547992 to your computer and use it in GitHub Desktop.
1,5d0
< # Get the local machine's FQDN -- DO NOT MODIFY
< require 'socket'
< $LOCAL_FQDN = Socket.gethostbyname(Socket.gethostname).first
<
<
14c9
< $UI_URL = "http://#{$LOCAL_FQDN}"
---
> $UI_URL = "http://demo.bioontology.org"
30c25
< $REST_URL="http://#{$LOCAL_FQDN}:8080/bioportal"
---
> $REST_URL="http://demo.bioontology.org:8080/bioportal"
33c28
< $REST_DOMAIN = "#{$LOCAL_FQDN}:8080"
---
> $REST_DOMAIN = "demo.bioonotlogy.org"
36c31
< $OBR_REST_URL="http://#{$LOCAL_FQDN}:8080/resource_index"
---
> $OBR_REST_URL="http://demo.bioontology.org:8080/resource_index"
90,91d84
< # DO NOT MODIFY BEYOND THIS LINE
<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment