Files
zen-kanji/server/src/config/constants.js
Rene Kievits 8552b44ffd
All checks were successful
Release Build / build-docker (push) Successful in 9s
Release Build / build-android-and-release (push) Successful in 2m18s
Change prod workflow and add automatic deployment
2025-12-24 16:30:27 +01:00

4 lines
123 B
JavaScript

export const PORT = 3000;
export const MONGO_URI = process.env.MONGO_URI
export const JWT_SECRET = process.env.JWT_SECRET;