I am starting to learn Lift and I have a very silly question.
I am using postgresql and I have seen that the file boot.scala reads
the configuration parameters like connect string, user name and
password, from a properties file called Props. I could not find an
example of such a file in any document or in google. Is it a XML file
or a simple java.properties file? Could you please send me an small
example?
Thanks in advance,
GA
If I need to, I change the run mode at start up time:
$ MAVEN_OPTS="-Drun.mode=pilot" mvn jetty:run
...if that helps
Richard