arezey

config test

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