Skip to content

Commit

Permalink
deleted password
Browse files Browse the repository at this point in the history
  • Loading branch information
Segelente committed Dec 14, 2023
1 parent cb998c3 commit cb9ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eda/third_eda.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"db_params = {\n",
" 'dbname': 'movie_db', \n",
" 'user': 'postgres', \n",
" 'password': '9YBhSoDiMhwFjhC892BcaVkFv5mdP8qFwM5Lv9jPwqekRWKLXEKF5Fjr9zCyKsMgVeXpUxbobMZJRth3GeUuPdbD2XiicCnTcNeFscJchuaEVaMDXMxZ8zJkoG9QMQjy', \n",
" 'password': os.environ['POSTGRES_PASSWORD'], \n",
" 'host': '49.13.1.33',\n",
" 'port': '5333'\n",
"}\n",
Expand Down

0 comments on commit cb9ce2b

Please sign in to comment.