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
For v2 we should clean up a number of outdated or duplicate variables.
.env Variables to Consider
portal_domainserver_domainportal_custom_domainansible_host there is some overlap here
portal_modules these should only need to be defined in hosts.ini
deny_public_access this should be moved to hosts.ini not .env file
Airtable fields - we should remove these
ACCOUNTS_TEST_USER_EMAIL how are the email and password being used? Are they needed? Can we just define on the fly to create an API key? What happens if they change? Anything?
BLOCKER_NGINX_CACHE_PURGE_LOST and LIST remove this outdated variables for v2
ABUSE_PORTAL_URL is this not just PORTAL_DOMAIN??
ABUSE_SPONSOR is hardcorded, not configurable, should this just be in the abuse repo? or the docker file?
Ansible Variables to Consider
docker_commands this should be removed in favor of the generalized shell_commands
we should remove the batch_number and batch_size code as we never used it and it is better practice for this to be defined in hosts.ini. Plus with the added complexity of mongo voting members we should just manually define batches
The text was updated successfully, but these errors were encountered:
Overview
For v2 we should clean up a number of outdated or duplicate variables.
.env Variables to Consider
portal_domain
server_domain
portal_custom_domain
ansible_host
there is some overlap hereportal_modules
these should only need to be defined in hosts.inideny_public_access
this should be moved to hosts.ini not.env
fileACCOUNTS_TEST_USER_EMAIL
how are the email and password being used? Are they needed? Can we just define on the fly to create an API key? What happens if they change? Anything?BLOCKER_NGINX_CACHE_PURGE_LOST and LIST
remove this outdated variables for v2ABUSE_PORTAL_URL
is this not justPORTAL_DOMAIN
??ABUSE_SPONSOR
is hardcorded, not configurable, should this just be in the abuse repo? or the docker file?Ansible Variables to Consider
docker_commands
this should be removed in favor of the generalizedshell_commands
batch_number
andbatch_size
code as we never used it and it is better practice for this to be defined in hosts.ini. Plus with the added complexity of mongo voting members we should just manually define batchesThe text was updated successfully, but these errors were encountered: