permaweb / aos

An operating system for AO: The hyper parallel computer
https://ao.g8way.io
Other
68 stars 46 forks source link

About using .env file #324

Open xgocn opened 4 weeks ago

xgocn commented 4 weeks ago

I see many process.env in the code. Is there a .env file and what is its general format

twilson63 commented 4 weeks ago

no .env, buy you can specify env options like

DEBUG=1 MU_URL=.... aos myproc

You can also pass options via cli - aos --help will show you all the options

xgocn commented 3 weeks ago

thanks @twilson63