Skip to content
Sign UpLog In
Profile icon

Lewisdebug

@Lewisdebug
Repls
Community
Lewisdebug
Lewisdebug
shared a Post
2 years ago
I am not able to create an .env file?
It shows "you cannot create .env files anymore, check out the environmental variable sidebar.
IvanVaisbart
IvanVaisbart
ok 1 year ago
Bookie0
Bookie0
You can't make .env files anymore, you'll have to use this new GUI by clicking the lock icon in the sidebar (near where the files are kept). Then you just enter the name of a key and its value. And in the repl, you do import os, and my_secret = os.environ['name of your key here']. Good luck! :) Screen Shot 2021-04-15 at 8.08.10 PM2 years ago
RoBlockHead
RoBlockHead
Yes, they have deprecated the .env “file”. To create secrets, go to the padlock icon on the left side of your screen.2 years ago