feat: modify init script and README

This commit is contained in:
2024-09-30 23:05:18 +05:30
parent 5ea1746380
commit 6c896ef108
2 changed files with 76 additions and 19 deletions

View File

@@ -8,9 +8,6 @@ const env = {
// Re-run to get a new value
AUTH_KEY: "${stringy(randomBytes(32))}",
// Re-run to get a new value
AUTH_SALT: "${stringy(randomBytes(64))}",
// Can be literally anything!
PHRASE: "May the Force be with you!",
}