Skip to content

Commit

Permalink
update env templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ykaiboussiSO committed Dec 20, 2024
1 parent 5736d4b commit 8b8df42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/e2e/.env-cmdrc.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dev": {
"ENV": "dev",
"BASEURL": "http://bhe.localhost",
"BASEURL": "bloodhound.localhost",
"DEFAULT_BROWSER":"chrome"
},
"staging": {
Expand Down
2 changes: 1 addition & 1 deletion cmd/e2e/.env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DON'T POINT TO PRODUCTION DATABASE
DATABASE_URL="postgresql://bhe:<PASSWORD>@<HOST>:<PORT>/bhe"
DATABASE_URL="postgresql://bloodhound:<PASSWORD>@<HOST>:<PORT>/bloodhound"
1 change: 0 additions & 1 deletion cmd/e2e/src/helpers/hashpassword.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// source https://git.bloodhound-ad.net/bhe/bloodhound-enterprise/-/blob/main/cmd/e2e/cypress/plugins/hashPassword.ts?ref_type=heads
import { hash, argon2id } from 'argon2';

/**
Expand Down

0 comments on commit 8b8df42

Please sign in to comment.