greek-manifests/.env.example

8 lines
271 B
Plaintext

PORT = 8080
BASE_URL = 'https://something.com'
# The most recent API version number that should be supported
IIIF_API_VERSION = 2
# The Image API service's base URL. No trailing slash!
IMAGE_SERVER_URL = 'https://images.something.com'
IMAGES_DIR = '/path/to/iiif/images'