mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-10 03:08:06 +01:00
fix: specify secret
This commit is contained in:
parent
468440ec07
commit
becba867ae
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { defineConfig } from "auth-astro";
|
||||||
import type { User } from "~/env";
|
import type { User } from "~/env";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
secret: import.meta.env.AUTH_SECRET,
|
||||||
providers: [
|
providers: [
|
||||||
Discord({
|
Discord({
|
||||||
clientId: import.meta.env.DISCORD_CLIENT_ID,
|
clientId: import.meta.env.DISCORD_CLIENT_ID,
|
||||||
|
|
Loading…
Reference in a new issue