Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@
# dist build output
target/

# The runtime capture config is resolved from the repository root.
server/capture_config.json

# CodeChat Editor lexer: python. See TODO.
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