You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.
In 18F/ED-API-Program#14 I set up the AUTOAPI_HOST environment variable for a deployment of autoapi. However, if we move to continuous integration then the environment variables set by cf set-env will be wiped away. To remedy this we should use a Custom User Provided Service and bind it to the app, and document the mechanism for doing this.
For reference, see https://github.com/18F/calc/pull/310 for another Python project's implementation of this functionality. (Though we use cfenv which might make things easier.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In 18F/ED-API-Program#14 I set up the
AUTOAPI_HOST
environment variable for a deployment of autoapi. However, if we move to continuous integration then the environment variables set bycf set-env
will be wiped away. To remedy this we should use a Custom User Provided Service and bind it to the app, and document the mechanism for doing this.For reference, see https://github.com/18F/calc/pull/310 for another Python project's implementation of this functionality. (Though we use cfenv which might make things easier.)
The text was updated successfully, but these errors were encountered: