mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiBaseUrl: "/api/",
|
|
appTitle: "Paperless-ng"
|
|
};
|