Skip to content

Commit 71b1572

Browse files
committed
Update NextAuth example
1 parent 1ab15a4 commit 71b1572

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/sst.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default {
1616
new Config.Secret(stack, "GITHUB_CLIENT_SECRET"),
1717
new Config.Secret(stack, "NEXTAUTH_SECRET"),
1818
],
19+
environment: {
20+
NEXTAUTH_URL: "https://d1gwt3w78t4dm3.cloudfront.net",
21+
}
1922
});
2023

2124
stack.addOutputs({

0 commit comments

Comments
 (0)