Understanding variables in Pylee and how to use them effectively
${VARIABLE_NAME}
syntax to reference variables:
${HOME}
: User’s home directory${USER}
: Current username${PWD}
: Current working directory${TMPDIR}
: Temporary directory path${PYLEE_CONFIG_DIR}
: Pylee configuration directory${PYLEE_VERSION}
: Current Pylee version${PYLEE_ENV}
: Environment (development, production, etc.)database_connection_string
instead of db_conn
snake_case
for configuration variablesapi_base_url
, api_timeout
, api_version