It's a simple java.properties file. You should place it in src/main/
resources/props. There is a search order but, off the top of my head,
the last two options are the username running the app (e.g.
peter.props) and default.props.

My peter.props looks like this:
db.driver=com.mysql.jdbc.Driver
db.url=jdbc:mysql://localhost/myDB
db.user=myUser
db.password=myPassword
isPeter=true

Notice that you can define your own properties.

Peter Robinett

On Oct 12, 2:42 pm, Guillermo Acilu <my_li...@me.com> wrote:
> Hello guys,
>
> 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to