FastAPI sample
FastAPI + Bootstrap 5 + VueJS 2
Настройки
setup.yaml
server:
host: 0.0.0.0
port: 80
pgsql:
host: 127.0.0.1
database: test
user: test
password: test
Virual Environment
HOST=0.0.0.0
PORT=80
PGSQL_HOST=127.0.0.1
PGSQL_DB=test
PGSQL_USER=test
PGSQL_PASS=test