|
| 1 | +#-- copyright |
| 2 | +# OpenProject is an open source project management software. |
| 3 | +# Copyright (C) 2012-2020 the OpenProject GmbH |
| 4 | +# |
| 5 | +# This program is free software; you can redistribute it and/or |
| 6 | +# modify it under the terms of the GNU General Public License version 3. |
| 7 | +# |
| 8 | +# OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: |
| 9 | +# Copyright (C) 2006-2013 Jean-Philippe Lang |
| 10 | +# Copyright (C) 2010-2013 the ChiliProject Team |
| 11 | +# |
| 12 | +# This program is free software; you can redistribute it and/or |
| 13 | +# modify it under the terms of the GNU General Public License |
| 14 | +# as published by the Free Software Foundation; either version 2 |
| 15 | +# of the License, or (at your option) any later version. |
| 16 | +# |
| 17 | +# This program is distributed in the hope that it will be useful, |
| 18 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | +# GNU General Public License for more details. |
| 21 | +# |
| 22 | +# You should have received a copy of the GNU General Public License |
| 23 | +# along with this program; if not, write to the Free Software |
| 24 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
| 25 | +# |
| 26 | +# See COPYRIGHT and LICENSE files for more details. |
| 27 | +#++ |
| 28 | + |
| 29 | +# Nextcloud VCR credentials |
| 30 | + |
| 31 | +NEXTCLOUD_LOCAL_OAUTH_CLIENT_ID= |
| 32 | +NEXTCLOUD_LOCAL_OAUTH_CLIENT_SECRET= |
| 33 | + |
| 34 | +NEXTCLOUD_LOCAL_OPENPROJECT_UID= |
| 35 | +NEXTCLOUD_LOCAL_OPENPROJECT_SECRET= |
| 36 | +NEXTCLOUD_LOCAL_OPENPROJECT_REDIRECT_URI=https://nextcloud.local/index.php/apps/integration_openproject/oauth-redirect |
| 37 | + |
| 38 | +NEXTCLOUD_LOCAL_OAUTH_CLIENT_ACCESS_TOKEN= |
| 39 | +NEXTCLOUD_LOCAL_OAUTH_CLIENT_REFRESH_TOKEN= |
| 40 | + |
| 41 | +# Sharepoint/OneDrive VCR credentials |
| 42 | + |
| 43 | +ONE_DRIVE_TEST_TENANT_ID= |
| 44 | +ONE_DRIVE_TEST_DRIVE_ID= |
| 45 | + |
| 46 | +ONE_DRIVE_TEST_OAUTH_CLIENT_ID= |
| 47 | +ONE_DRIVE_TEST_OAUTH_CLIENT_SECRET= |
| 48 | + |
| 49 | +ONE_DRIVE_TEST_OAUTH_CLIENT_ACCESS_TOKEN= |
| 50 | +ONE_DRIVE_TEST_OAUTH_CLIENT_REFRESH_TOKEN= |
0 commit comments