Created
March 9, 2014 07:15
-
-
Save unknwon/9444000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
google=www.google.com | |
search=http://%(google)s | |
; Here are Comments | |
; Second line | |
[Demo] | |
# This symbol can also make this line to be comments | |
key1=Let's us goconfig!!! | |
key2=test data | |
key3=this is based on key2:%(key2)s | |
[What's this?] | |
; Not Enough Comments!! | |
name=try one more value ^-^ | |
[parent] | |
name=john | |
relation=father | |
sex=male | |
age=32 | |
[parent.child] | |
age=3 | |
; Auto increment by setting key to "-" | |
[auto increment] | |
-=hello | |
-=go | |
-=config | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment