Skip to content

Instantly share code, notes, and snippets.

@makeusabrew
Created October 6, 2011 08:33
Show Gist options
  • Save makeusabrew/1266856 to your computer and use it in GitHub Desktop.
Save makeusabrew/1266856 to your computer and use it in GitHub Desktop.
Jaoss - sample build.ini configuration
; live.ini -> demo.ini -> build.ini
; we only override what we need to in here
[errors]
; we want debug level error messages on screen
verbose=true
[log]
level=debug
[db]
user=demosite
dbname=demosite_build
pass=YourPasswordHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment