Skip to content

Commit

Permalink
HARMONY-1653: Fix tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Dec 19, 2023
1 parent f37e93e commit cc8a2d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/create-dotenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ if [ -f .env ]; then
echo "Skipping generating .env file because it already exists."
else
cat <<-EOF > .env
# Used to identify the client (sent in request headers)
CLIENT_ID=harmony-in-a-box
# Used to identify the client (sent in request headers)
CLIENT_ID=harmony-in-a-box
# Random string used to sign cookies.
COOKIE_SECRET=$(openssl rand -hex 128)
Expand Down

0 comments on commit cc8a2d8

Please sign in to comment.