Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
JUPYTER snippet for product item creation
Browse files Browse the repository at this point in the history
michaelfliegner committed Jul 21, 2022
1 parent 51d8c63 commit c7d0e4c
Showing 3 changed files with 572 additions and 406 deletions.
4 changes: 2 additions & 2 deletions db/connection.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ dev:
adapter: PostgreSQL
database: postgres
host: 127.0.0.1
username: gitpod
password:
username: postgres
password: postgres
port: 5432
config: log_queries=false, log_level=Error

2 changes: 1 addition & 1 deletion db/connectionWSL.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ dev:
database: postgres
host: 127.0.0.1
username: postgres
password: pg
password: postgres
port: 5432
config: log_queries=false, log_level=Error

Loading

0 comments on commit c7d0e4c

Please sign in to comment.