-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"_comment": "Set the configuration values and execute the following command, git update-index --skip-worktree FILE_PATH, so that git excludes your changes to this file. You can undo this action by running: git update-index --no-skip-worktree FILE_PATH", | ||
"database": { | ||
"db_login": "", | ||
"db_password": "", | ||
"db_name": "" | ||
"db_login": "postgres", | ||
"db_password": "000", | ||
"db_name": "chatbox2" | ||
}, | ||
"logs": { | ||
"log_file_name": "", | ||
"log_file_name": logs_chatbox.log"", | ||
"to_console": false | ||
}, | ||
"address": { | ||
"name": "", | ||
"port": 0 | ||
"name": "localhost", | ||
"port": 11000 | ||
} | ||
} |