export const environment = {
production: true,
apiBaseUrl: document.baseURI + 'api/',
- apiVersion: '3',
+ apiVersion: '4',
appTitle: 'Paperless-ngx',
version: '2.2.0-dev',
webSocketHost: window.location.host,
export const environment = {
production: false,
apiBaseUrl: 'http://localhost:8000/api/',
- apiVersion: '3',
+ apiVersion: '4',
appTitle: 'Paperless-ngx',
version: 'DEVELOPMENT',
webSocketHost: 'localhost:8000',
"DEFAULT_VERSION": "1",
# Make sure these are ordered and that the most recent version appears
# last
- "ALLOWED_VERSIONS": ["1", "2", "3"],
+ "ALLOWED_VERSIONS": ["1", "2", "3", "4"],
}
if DEBUG: