Update fyphe_O docker images
This commit is contained in:
parent
e47d10b5be
commit
dfa4ee8ed0
@ -1 +1 @@
|
||||
Subproject commit 92920fe8da9b7e720e537de2d54a49550b224d60
|
||||
Subproject commit a20aebc027412ab14ed2d1cc13ec1146c262c2e2
|
||||
@ -1 +1,2 @@
|
||||
FROM schoolsinmotion/backend:build-and-test
|
||||
COPY constants/links.js constants/metadata.js src/config/
|
||||
|
||||
4
backend/constants/emails.js
Normal file
4
backend/constants/emails.js
Normal file
@ -0,0 +1,4 @@
|
||||
export default {
|
||||
SUPPORT: 'support@human-connection.org',
|
||||
MODERATION: 'moderation@human-connection.org',
|
||||
}
|
||||
7
backend/constants/links.js
Normal file
7
backend/constants/links.js
Normal 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',
|
||||
}
|
||||
7
backend/constants/metadata.js
Normal file
7
backend/constants/metadata.js
Normal 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',
|
||||
}
|
||||
@ -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',
|
||||
}
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
export default {
|
||||
name: 'fyphe_O',
|
||||
short_name: 'fO',
|
||||
description: 'The schools in motion network',
|
||||
theme_color: '#17b53f',
|
||||
lang: 'en',
|
||||
}
|
||||
7
webapp/constants/metadata.js
Normal file
7
webapp/constants/metadata.js
Normal 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 |
Loading…
x
Reference in New Issue
Block a user