[appengine-java] system properties

2010-05-27 Thread Marcel Overdijk
Is it possible to define system properties in the admin console? I'm creating a small application of which the source code will be available in public github. I'm using twitter username + password to send tweets to twitter. As the sources are in public github repo I like to define this

Re: [appengine-java] system properties

2010-05-27 Thread John Patterson
You can use the datastore to put and get config values and use the admin console to change them live. On 27 May 2010, at 15:49, Marcel Overdijk wrote: Is it possible to define system properties in the admin console? I'm creating a small application of which the source code will be available

Re: [appengine-java] system properties

2010-05-27 Thread Pieter Coucke
You can also put them in appengine-web.xml and add a note to install.txt http://code.google.com/intl/nl-BE/appengine/docs/java/config/appconfig.html#System_Properties_and_Environment_Variables -- Pieter Coucke Onthoo BVBA http://www.onthoo.com http://www.koopjeszoeker.be -- You received this

Re: [appengine-java] system properties

2010-05-27 Thread Viðar Svansson
A little off topic, On Thu, May 27, 2010 at 8:49 AM, Marcel Overdijk marceloverd...@gmail.com wrote: I'm using  twitter username + password to send tweets to twitter. As the sources are in public github repo I like to define this username/password not in source code. Is this possible? You