Skip to content

Commit

Permalink
AYS-464 | sample_configuration.properties file has been edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
cagla88 committed Sep 19, 2024
1 parent a80e9ec commit 0447095
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sample_configuration.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ui.url={UI_URL}
institution_one.admin_user_one.username={INSTITUTION_ONE_ADMIN_USER_ONE_USERNAME}
institution.super_admin_user_one.email_address={INSTITUTION_SUPER_ADMIN_USER_ONE_EMAIL_ADDRESS}
institution.super_admin_user_one.password={INSTITUTION_SUPER_ADMIN_USER_ONE_PASSWORD}
institution_one.admin_user_one.email_address={INSTITUTION_ONE_ADMIN_USER_ONE_EMAIL_ADDRESS}
institution_one.admin_user_one.password={INSTITUTION_ONE_ADMIN_USER_ONE_PASSWORD}
institution.super_admin_user_one.username={INSTITUTION_SUPER_ADMIN_USER_ONE_USERNAME}
institution.super_admin_user_one.password={INSTITUTION_SUPER_ADMIN_USER_ONE_PASSWORD}
institution_one.admin_user_two.email_address={INSTITUTION_ONE_ADMIN_USER_TWO_EMAIL_ADDRESS}
institution_one.admin_user_two.password={INSTITUTION_ONE_ADMIN_USER_TWO_PASSWORD}
institution.test_admin.email_address={INSTITUTION_TEST_ADMIN_EMAIL_ADDRESS}
institution.test_admin.password={INSTITUTION_TEST_ADMIN_PASSWORD}

0 comments on commit 0447095

Please sign in to comment.