Hello, is it possible to package an app.yaml file with the deployment zip in order to configure the application from code in a non-docker deployment?

asked 14.05.2020 at 05:22

TareqK's gravatar image

TareqK
(suspended)
accept rate: 25%


Yes, indeed the app.yaml can also be used in app.ZIP files.
Just keep in mind that app.yaml settings configured on the target Engine have a higher priority than those provided in the deployed ZIP. But for a pure code driven deployment approach this should not be a problem.

See our docs on that topic: https://dev.axonivy.com/doc/8.0/engine-guide/configuration/files/app-yaml.html alt text

link

answered 20.05.2020 at 04:10

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

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:

×32
×1

Asked: 14.05.2020 at 05:22

Seen: 2,629 times

Last updated: 20.05.2020 at 04:10