Dear Ivy Team

It looks like there are 3 places where the global vars can be set : - inside IAR - in DB - in app.yaml

So what is the order how Ivy is looking for the global vars ?

Thanks & Regards, John Moser

asked 12.11.2019 at 03:57

John%20Moser's gravatar image

John Moser
(suspended)
accept rate: 0%


While deploying an ivy project to an ivy engine, the Global Variables will be read from the ivy project and deployed to DB.

At runtime the following priority order will be considered.

  1. Environment Variable
  2. app.yaml
  3. Database

This means the ivy project is not in charge at runtime.

link

answered 12.11.2019 at 04:06

Alex%20Suter's gravatar image

Alex Suter ♦♦
3.1k122247
accept rate: 84%

1

Thanks a lot !

(12.11.2019 at 04:09) John Moser John%20Moser's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×20
×6

Asked: 12.11.2019 at 03:57

Seen: 1,576 times

Last updated: 12.11.2019 at 04:09