Skip to content
9 changes: 9 additions & 0 deletions capture_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"host": "3.146.138.182",
"port": 5432,
"dbname": "CodeChatCaptureDB",
"user": "CodeChatCaptureUser",
"password": "OB3yc8Hk9SuVjzXMdUDr0C7w4PqLQisn",
"max_connections": 5,
"timeout_seconds": 30
}
2 changes: 1 addition & 1 deletion extensions/VSCode/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ src/index.d.ts
src/index.js
src/codechat-editor-client.win32-x64-msvc.node
.windows/

*.log
# CodeChat Editor lexer: python. See TODO.
Loading
Loading