Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. example.dataSource.driver=mysql
  2. example.dataSource.dbName=example
  3. example.dataSource.hostname=127.0.0.1
  4. example.dataSource.username=root
  5. example.dataSource.password=password
  6. example.dataSource.dsn=${example.dataSource.driver}:dbname=${example.dataSource.dbName};host=${example.dataSource.hostname}
  7.  
  8. example.logging.directory=/tmp
  9. example.logging.fileName=example-combined.default.log
  10. example.logging.path=${example.logging.directory}/${example.logging.fileName}
  11.  
  12. example.codes.templateRoot=${CONSTANT:LITHE_ROOT}/codes/templates
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement