mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
11 lines
201 B
TypeScript
Executable File
11 lines
201 B
TypeScript
Executable File
const publicRuntimeConfig = {
|
|
|
|
}
|
|
|
|
const privateRuntimeConfig = {
|
|
API_TOKEN: process.env.API_TOKEN,
|
|
SENTRY_DSN: process.env.SENTRY_DSN
|
|
}
|
|
|
|
export default { publicRuntimeConfig, privateRuntimeConfig}
|