2023-05-17 12:18:25 +02:00
|
|
|
import { social } from 'config/social.mjs'
|
|
|
|
|
2022-12-24 16:50:34 +01:00
|
|
|
export const freeSewingConfig = {
|
2022-05-25 18:35:20 +02:00
|
|
|
monorepo: 'https://github.com/freesewing/freesewing',
|
2023-04-30 18:29:56 +02:00
|
|
|
backend: process.env.NEXT_PUBLIC_BACKEND,
|
2022-12-24 18:16:09 +01:00
|
|
|
maxWidth: 2800,
|
2023-02-11 19:47:35 +01:00
|
|
|
account: {
|
|
|
|
fields: {
|
2023-04-22 16:41:13 +02:00
|
|
|
data: {
|
|
|
|
sets: 1,
|
|
|
|
patterns: 1,
|
|
|
|
},
|
2023-02-11 19:47:35 +01:00
|
|
|
info: {
|
|
|
|
bio: 1,
|
|
|
|
email: 3,
|
|
|
|
github: 3,
|
|
|
|
img: 2,
|
2023-02-12 18:35:54 +01:00
|
|
|
units: 2,
|
|
|
|
language: 2,
|
2023-02-11 19:47:35 +01:00
|
|
|
username: 2,
|
|
|
|
},
|
|
|
|
settings: {
|
|
|
|
compare: 3,
|
|
|
|
consent: 2,
|
|
|
|
control: 1,
|
|
|
|
mfa: 4,
|
|
|
|
newsletter: 2,
|
|
|
|
password: 2,
|
|
|
|
},
|
|
|
|
developer: {
|
|
|
|
apikeys: 4,
|
|
|
|
},
|
|
|
|
},
|
2023-04-30 18:29:56 +02:00
|
|
|
sets: {
|
|
|
|
name: 1,
|
|
|
|
img: 2,
|
|
|
|
public: 3,
|
|
|
|
units: 2,
|
|
|
|
notes: 2,
|
|
|
|
},
|
2023-02-11 19:47:35 +01:00
|
|
|
},
|
2023-05-17 12:18:25 +02:00
|
|
|
social,
|
2022-01-02 17:16:15 +01:00
|
|
|
}
|