Skip to content

Commit

Permalink
authn: Fix local deployment environment variable renaming
Browse files Browse the repository at this point in the history
Corrected a missed environment variable rename in the local deployment setup.

Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Aug 1, 2024
1 parent 3768b73 commit eae062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/dev/local/aisnode_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ cat > $AIS_CONF_FILE <<EOL
"enabled": true
},
"auth": {
"secret": "$AIS_SECRET_KEY",
"secret": "$AIS_AUTHN_SECRET_KEY",
"enabled": ${AIS_AUTHN_ENABLED:-false}
},
"keepalivetracker": {
Expand Down

0 comments on commit eae062e

Please sign in to comment.