arezey

Untitled

Feb 26th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Configuration file for (unnamed application)
  2. # Written on Wednesday, February 27th 2013 02:23:01
  3.  
  4. [Testing]
  5. # String, default: "Hello, world!"
  6. # test_field1: Test field 1
  7. field1="Hello, world!"
  8.  
  9. # String, default: "How are you doing?"
  10. # test_field2: Test field 2
  11. field2="How are you doing?"
  12.  
  13. # Int, default: 5
  14. # test_field3: Integer test
  15. field3=5
  16.  
  17. [More testing]
  18. # String, default: "argh!"
  19. # test2_field1: Multi-section test
  20. field1="argh!"
  21.  
  22. # Bool, default: true
  23. # test2_field2: Boolean test
  24. field2=true
  25.  
  26. # Float, default: 5.0f
  27. # test2_field3: Floating point test
  28. field3=5.0
Advertisement
Add Comment
Please, Sign In to add comment