diff options
Diffstat (limited to 'server/index.ts')
| -rw-r--r-- | server/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/index.ts b/server/index.ts index 40f788e..afe8d81 100644 --- a/server/index.ts +++ b/server/index.ts @@ -12,7 +12,7 @@ app.use(cors()); app.use(express.json()); const SERVER_PORT = process.env.SERVER_PORT || 3001; -const SALT = process.env.REACT_APP_HEARDLE_SALT ?? 'changeme'; +const SALT = process.env.VITE_HEARDLE_SALT ?? 'changeme'; function getDailyKey(): Buffer { const date = new Date().toISOString().split('T')[0]; |
