Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the model for .env or process.env? #15

Open
fsconrado opened this issue Mar 7, 2024 · 2 comments
Open

What is the model for .env or process.env? #15

fsconrado opened this issue Mar 7, 2024 · 2 comments

Comments

@fsconrado
Copy link

Could you provide a template or a sample?

image

@luisfcorreia
Copy link

@fsconrado I was having the same issue and then:

$> export SECRET_KEY=somethingjustbecausewedontbotherdoingactualdocumentation
$> npm run start

@carlosapaduarte
Copy link
Collaborator

Or you can change line 2 of src/auth/constants.ts to provide the secret (which can be any string you like)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants