AIO_RUNTIME_NAMESPACE - where to find it? | Adobe Higher Education
Skip to main content
Level 4
April 7, 2021
質問

AIO_RUNTIME_NAMESPACE - where to find it?

  • April 7, 2021
  • 2 の返信
  • 2171 ビュー

I dont know how to find AIO_RUNTIME_NAMESPACE 

このトピックへの返信は締め切られました。

2 の返信

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

In Adobe Developer Console when you setup the project did you include Adobe I/O Runtime?

 

Level 4
April 8, 2021

Thanks jieyu