julep icon indicating copy to clipboard operation
julep copied to clipboard

Fix Hasura admin secret variable name

Open creatorrr opened this issue 6 months ago • 2 comments
trafficstars

User description

Summary

  • update HASURA_ADMIN_SECRET references to HASURA_GRAPHQL_ADMIN_SECRET
  • add anchor comments explaining the change

Testing

  • git log -1 --stat

PR Type

enhancement, documentation


Description

  • Renamed Hasura admin secret environment variable for consistency

    • Changed HASURA_ADMIN_SECRET to HASURA_GRAPHQL_ADMIN_SECRET
    • Updated both .env.example and docker-compose.yml
  • Added explanatory comments about the variable name change


Changes walkthrough 📝

Relevant files
Enhancement
.env.example
Rename and document Hasura admin secret variable in env example

.env.example

  • Renamed HASURA_ADMIN_SECRET to HASURA_GRAPHQL_ADMIN_SECRET
  • Added comment explaining the reason for the change
  • +2/-1     
    docker-compose.yml
    Update and document Hasura admin secret variable in compose file

    hasura/docker-compose.yml

  • Updated environment variable reference to HASURA_GRAPHQL_ADMIN_SECRET
  • Added comment clarifying alignment with Hasura documentation
  • +2/-1     

    Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.

  • [!IMPORTANT] Rename HASURA_ADMIN_SECRET to HASURA_GRAPHQL_ADMIN_SECRET in environment files to align with Hasura conventions.

    • Environment Variables:
      • Rename HASURA_ADMIN_SECRET to HASURA_GRAPHQL_ADMIN_SECRET in .env.example and docker-compose.yml.
      • Add anchor comments explaining the variable name change in both files.

    This description was created by Ellipsis for 0fe2f96b3e04da0b2d20f297b3b4b041384f2bc0. You can customize this summary. It will automatically update as commits are pushed.

    creatorrr avatar May 20 '25 12:05 creatorrr