mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
11 lines
145 B
TypeScript
11 lines
145 B
TypeScript
const authConfig = {
|
|
providers: [
|
|
{
|
|
domain: process.env.CONVEX_SITE_URL,
|
|
applicationID: "convex",
|
|
},
|
|
],
|
|
}
|
|
|
|
export default authConfig
|