Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Created September 10, 2014 05:56
Show Gist options
  • Save ProfAvery/a4f8fbd497efd33a2752 to your computer and use it in GitHub Desktop.
Save ProfAvery/a4f8fbd497efd33a2752 to your computer and use it in GitHub Desktop.
Correctly indented config.yaml
message: This is a message defined in the configuration file config.yaml
messageRepetitions: 3
database:
driverClass: org.hsqldb.jdbc.JDBCDriver
user: cpsc476
password: Passw0rd
url: jdbc:hsqldb:hsql://localhost/cpsc476;ifexists=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment