Back to my config issues :)

I've been trying to tackle the following problem:

There's a production system and some development systems, which differ
in particular in URLs.  For example the RPC is behind a different URL,
and so is for example UploadMgr's server-side handler.

I'd like to have as few as possible occurrences of these URLs in the
source, and it would be especially nice if it were a separate config
file slurped up during generation time.  Optional bonus points if the
same config file can be used everywhere, but depending on eg. the system
hostname, something different happens :)

So far, I read that it's possible to include an external JSON file into
the config, and I guess it could have some custom environment keys
defined for the application to use.  Does anyone have any suggestions,
recommendations, corrections?  I do kinda feel disoriented with this.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to