repl does not define var DATABASE_URL
Voters
SixBeeps (5060)
.env files cannot have a name, they are just called .env
boy656 (0)
Thanks, I didn't know about this @SixBeeps
boy656 (0)
command
bash run
Ask coding questions
.env files cannot have a name, they are just called .env
Thanks, I didn't know about this @SixBeeps
command
bash run
Please, read the
.env
file tutorial:https://docs.replit.com/repls/secret-keys
as you can see it must be
.env
. Nothing else, or else replit won't recognise it.It can't even be in a folder either.
@Coder100 Thanks, I didn't know about this