Skip to content

Commit

Permalink
Set default config values
Browse files Browse the repository at this point in the history
  • Loading branch information
KajaBraz authored May 24, 2024
1 parent 53648b0 commit 6afce07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions chatbox_config.json
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
}
}

0 comments on commit 6afce07

Please sign in to comment.