Created
April 7, 2014 03:41
-
-
Save initcron/10014519 to your computer and use it in GitHub Desktop.
mark.json
This file contains hidden or 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
{ | |
"id": "mark", | |
"production" : { | |
"comment": "Mark in Production", | |
"uid": 3001, | |
"gid": 0, | |
"home": "/home/mark", | |
"shell": "/bin/zsh" | |
}, | |
"dev" : { | |
"comment": "Mark Dev", | |
"uid": 2004, | |
"gid": 0, | |
"home": "/home/mark", | |
"shell": "/bin/bash" | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment