Skip to content

Commit

Permalink
Ajustes en variable de entorno en .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresC1 committed Sep 2, 2023
1 parent 42d6a76 commit 7b0e843
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,21 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"
VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

TEST_NAME="Super Admin"
TEST_USERNAME="SGB_Admin"
TEST_PASSWORD="SistemaBodega2023"
TEST_EMAIL=null
TEST_ROLE_ID=1

TEST_NAME_ADMIN="Mittie Kohler DVM"
TEST_USERNAME_ADMIN="kaitlin.daughertyOTTwH"
TEST_PASSWORD_ADMIN="password"
TEST_EMAIL_ADMIN="[email protected]"
TEST_ROLE_ID_ADMIN=2

TEST_NAME_GUEST="Andres Cornejo"
TEST_USERNAME_GUEST="AndresC13"
TEST_PASSWORD_GUEST="Test1331"
TEST_EMAIL_GUEST=null
TEST_ROLE_ID_GUEST=3

0 comments on commit 7b0e843

Please sign in to comment.