#!/usr/bin/sh
set -a
PROJECT="devapps"
async_framework="gevent"
blacklisted_words="$(pass show sensitive/axgkl)" # list of '::' seperated words to fail when occurring in committed files
browser="chromium-browser"                       # for browser screenshots
conda_project_tools="tmux poetry graphviz imagemagick"
google_analytics_key="$(pass show google/analytics_key_blog 2>/dev/null)"
mkdocs_port=2222
#nodejs="source $HOME/miniconda3/etc/profile.d/conda.sh && conda activate nodejs && node" # for browser screenshots
pyver="3.8"       # min version
versioning=calver # for git changelog
environ_flags=true
domain='dev-xyz.axiros.com'
region='hel1'
app_namespaces="default xt"
private_registry="$(pass show reg/domain)"
dns_provider='aws'
email='g.k@ax.lc.net'
no_selinux=true
aws_key="$(pass show AWS/id)"
set +a
git config user.email "$email"
source ./make -a # giving us make docs, make tests, .. -a activates venv
echo "sourced ./make"
# test -e bin/asdf && { . $HOME/.asdf/asdf.sh && asdf list; }
# test -e bin/binenv && { echo "$PATH" | grep -q binenv || PATH="$HOME/.binenv:$PATH"; binenv versions -f | grep -v '^#'; }
