How to use only ‘flask run’ command in terminal and add default config variables in code instead?

Solution
export FLASK_RUN_PORT=9999
FLASK_RUN_PORT=9999
FLASK_RUN_HOST=0.0.0.0