AIO_RUNTIME_NAMESPACE - where to find it? | Community
Skip to main content
Level 4
April 7, 2021
Question

AIO_RUNTIME_NAMESPACE - where to find it?

  • April 7, 2021
  • 2 replies
  • 2157 views

I dont know how to find AIO_RUNTIME_NAMESPACE 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Adobe Employee
April 8, 2021

@navin_kumar0601 after you run `aio app init <name>`  using cli in the terminal, it will automatically generate a project firefly folder including all the init files, just follow the steps until completion. 

then get into the project folder, type `ls -a` to list out all the files, in the .env file, you will find hte AIO_RUNTIME_NAMESPACE 

Adobe Employee
April 8, 2021

I messed up this comment. Sorry... Please ignore 

Level 4
April 8, 2021

Thanks jieyu