use process env

This commit is contained in:
Torben Haack
2024-10-10 14:01:19 +02:00
parent 9a0a4e7cf4
commit c24fa305a4
2 changed files with 2 additions and 9 deletions

View File

@@ -1,9 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
serverRuntimeConfig: {
OAUTH_CLIENT_ID: process.env.OAUTH_CLIENT_ID,
OAUTH_CLIENT_SECRET: process.env.OAUTH_CLIENT_SECRET,
},
};
const nextConfig = {};
export default nextConfig;