Update fyphe_O docker images

This commit is contained in:
roschaefer 2020-06-16 10:30:19 +02:00
parent e47d10b5be
commit dfa4ee8ed0
10 changed files with 30 additions and 115 deletions

@ -1 +1 @@
Subproject commit 92920fe8da9b7e720e537de2d54a49550b224d60
Subproject commit a20aebc027412ab14ed2d1cc13ec1146c262c2e2

View File

@ -1 +1,2 @@
FROM schoolsinmotion/backend:build-and-test
COPY constants/links.js constants/metadata.js src/config/

View File

@ -0,0 +1,4 @@
export default {
SUPPORT: 'support@human-connection.org',
MODERATION: 'moderation@human-connection.org',
}

View File

@ -0,0 +1,7 @@
export default {
ORGANIZATION: 'https://www.youth-and-arts.nrw/',
DONATE: 'https://www.youth-and-arts.nrw/de/kontakt',
IMPRINT: 'https://www.youth-and-arts.nrw/de/impressum',
DATA_PRIVACY: 'https://www.youth-and-arts.nrw/de/datenschutzerklaerung',
FAQ: 'https://www.youth-and-arts.nrw/de/kontakt',
}

View File

@ -0,0 +1,7 @@
export default {
APPLICATION_NAME: 'fyphe_O',
APPLICATION_SHORT_NAME: 'fyphe',
APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
ORGANIZATION_NAME: 'Ensible e.V.',
ORGANIZATION_JURISDICTION: 'Köln',
}

View File

@ -1,4 +1,4 @@
export default {
SUPPORT: 'support-schools-in-motion@roschaefer.de',
MODERATION: 'moderation-schools-in-motion@roschaefer.de',
SUPPORT: 'support@human-connection.org',
MODERATION: 'moderation@human-connection.org',
}

View File

@ -1,7 +0,0 @@
export default {
name: 'fyphe_O',
short_name: 'fO',
description: 'The schools in motion network',
theme_color: '#17b53f',
lang: 'en',
}

View File

@ -0,0 +1,7 @@
export default {
APPLICATION_NAME: 'fyphe_O',
APPLICATION_SHORT_NAME: 'fyphe',
APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
ORGANIZATION_NAME: 'Ensible e.V.',
ORGANIZATION_JURISDICTION: 'Köln',
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB