Skip to content

Commit

Permalink
Rename example-env file.
Browse files Browse the repository at this point in the history
The .env.example is incompatible with GH releases. When uploading
.env.example file to GH releases, it becomes default.env.example!
  • Loading branch information
JayNakrani committed Nov 29, 2023
1 parent 9c0a9b3 commit 89965ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion deployment/set-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ curl -Os https://github.com/SecureAI-Tools/SecureAI-Tools/releases/latest/downlo

# Download .env file
echo " Generating .env file with sensible defaults"
curl -s -o .env https://github.com/SecureAI-Tools/SecureAI-Tools/releases/latest/download/.env.example
curl -s -o .env https://github.com/SecureAI-Tools/SecureAI-Tools/releases/latest/download/example.env

# Set NEXTAUTH_SECRET
NEXTAUTH_SECRET=$(openssl rand -hex 32)
Expand Down

0 comments on commit 89965ae

Please sign in to comment.