Created
February 18, 2018 08:11
-
-
Save mczachurski/77759eeb0e040cdf082b2fd94fca51b9 to your computer and use it in GitHub Desktop.
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
{ | |
"serverName": "www.example.com", | |
"serverPort": 8181, | |
"logFile": "logs/log.txt", | |
"databaseHost": "localhost", | |
"datanaseName": "tasker", | |
"databaseUser": "tasker_user", | |
"databasePassword": "P@ssw0rd!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment