Skip to content

Commit

Permalink
⬆️ Upgrade Hoppscotch
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Dec 7, 2024
1 parent 57e58b0 commit c06bc4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/hoppscotch/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ hoppscotch_enable_subpath_based_access: "false"
hoppscotch_backend_env: "{{ hoppscotch_env }}"
hoppscotch_frontend_env: "{{ hoppscotch_env }}"
hoppscotch_admin_env: "{{ hoppscotch_env }}"
hoppscotch_data_encryption_key: "uqGsTSwaxjYIKyfoinTFlISqOdmEOJzN" # "{{ lookup('pipe', 'openssl rand -base64 24') }}"
hoppscotch_env:
# -----------------------Backend Config------------------------------#
# Prisma Config
Expand Down Expand Up @@ -146,3 +147,6 @@ hoppscotch_env:

# Set to `true` for subpath based access
ENABLE_SUBPATH_BASED_ACCESS: "{{ hoppscotch_enable_subpath_based_access }}"

# Sensitive Data Encryption Key while storing in Database (32 character)
DATA_ENCRYPTION_KEY: "{{ hoppscotch_data_encryption_key }}"

0 comments on commit c06bc4c

Please sign in to comment.