Files
2026-07-09 14:41:31 -04:00

24 lines
762 B
Bash

# Copy this file to .env and fill in your library's values.
# .env is gitignored -- never commit real credentials.
# Hostname only, no scheme/path, e.g. osceola.librarycatalog.info
POLARIS_SERVER=
# Customer site domain segment in the API URI (default is usually "polaris")
POLARIS_SITE_DOMAIN=polaris
# Logged-on organization ID and workstation ID (integers, from Polaris)
POLARIS_ORGANIZATION_ID=
POLARIS_WORKSTATION_ID=
# ISO 639-2 language code used in the API URI
POLARIS_LANGUAGE=eng
# Product ID for the URI. Notices=7 is documented as correct for this endpoint;
# if that 400s, try 19 (PolarisApplicationServices) instead.
POLARIS_PRODUCT_ID=7
# Staff login. Username MUST include the domain, e.g. MYLIB\Aladdin
POLARIS_USERNAME=
POLARIS_PASSWORD=