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

Commit

Permalink
username asa
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 27, 2024
1 parent 7793649 commit 3d692ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitemporal_testcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"using SearchLightPostgreSQL\n",
"if !haskey(ENV, \"GENIE_ENV\")\n",
" ENV[\"GENIE_ENV\"] = \"dev\"\n",
" ENV[\"SEARCHLIGHT_USERNAME\"] = \"mf\"\n",
" ENV[\"SEARCHLIGHT_PASSWORD\"] = \"mf\"\n",
" ENV[\"SEARCHLIGHT_USERNAME\"] = \"asa\"\n",
" ENV[\"SEARCHLIGHT_PASSWORD\"] = \"asa\"\n",
"end\n",
"run(`psql -f sqlsnippets/droptables.sql -d postgres`)\n",
"SearchLight.connect(SearchLight.Configuration.load())\n",
Expand Down

0 comments on commit 3d692ed

Please sign in to comment.