mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
20 lines
600 B
TypeScript
Executable File
20 lines
600 B
TypeScript
Executable File
export default {
|
|
HOST: "localhost",
|
|
PORT: 3000,
|
|
API_URL: "http://localhost:3000",
|
|
GOOGLE_SHEET_ID: "1p8TDSNlgKC7sm1a_wX44NrkpWEH3-Zey1O2ZjYfPsn4",
|
|
APP: {
|
|
htmlAttributes: { lang: "en" },
|
|
title: "Force Orange",
|
|
description: "Le site des bénévoles",
|
|
titleTemplate: "Force Orange - %s",
|
|
meta: [
|
|
{
|
|
name: "description",
|
|
content: "The best react universal starter boilerplate in the world.",
|
|
},
|
|
],
|
|
},
|
|
DEV_JWT_SECRET: "fakeqA6uF#msq2312bebf2FLFn4XzWQ6dttXSJwBX#?gL2JWf!",
|
|
}
|