# Azure Functions emulator
FUNCTION_PORT=7071
FUNCTION_URL=http://localhost:${FUNCTION_PORT}/api/get_secret
ADMIN_USERNAME=admin
