plone / plone.act

DEPRECATED Acts, not words : ACceptance Testing for Plone
2 stars 2 forks source link

Add a seperate environment variable ZOPE_HOST #29

Closed jone closed 11 years ago

jone commented 11 years ago

This makes it easier to change the hostname without defining the port.

The URL could be changed by setting ZOPE_URL, but when using Jenkins with Port Allocator Plugin I'd like to have it separate, so that I can change the ZOPE_HOST to the hostname of Jenkins and let the Port Allocator Plugin give a dynamic PORT.

Otherwise I'd have to concat it in buildout.

@datakurre is that okay or do you prefer another approach?

datakurre commented 11 years ago

Looks fine and great to hear that Port Allocator Plugin is working.

I wonder, if we should have also ZOPE_SCHEME, but maybe only when it's really needed :)