GsDevKit / gsApplicationTools

This repository includes scripts and code that allow a more convenient setup of a Gemstone server application
MIT License
2 stars 2 forks source link

Need to be able to specify alternate location for gemstone.secret file in start/stop/restart scripts #27

Closed dalehenrich closed 9 years ago

dalehenrich commented 9 years ago

In internal testing I have a case where I need to run seaside tests as a different user than the default and editting default gemstone.secret file is not an option ... related to https://github.com/GsDevKit/gsDevKitHome/issues/17

Presumable an env varablei GEMSTONE_ETC_SECRET will fill the bill (define the location and name of the file) until we see what @krono comes up with for Issue #24

dalehenrich commented 9 years ago

Need to use GEMSTONE_USER_NAME in gemstone.secret file as well ... since it is hard-wired right now

dalehenrich commented 9 years ago

fixed in PR #28