Skip to content

Commit

Permalink
remove default pas
Browse files Browse the repository at this point in the history
  • Loading branch information
recap committed Jul 12, 2024
1 parent ebc9b9e commit 7ac001f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const postgresDb = "django_db"
const otreeRestKey = "password"
const apiKey = getKeyFromFile("./api.key") || generateApiKey()
const secretKey = getKeyFromFile("./secret.key") || generateApiKey()
const secretPass = getKeyFromFile("./pass.key") || generateApiKey()
const secretPass = getKeyFromFile("./pass.key")

function generateApiKey() {
return crypto.randomBytes(16).toString("hex")
Expand Down

0 comments on commit 7ac001f

Please sign in to comment.