diff --git a/.env.example b/.env.example index e69de29..8931968 100644 --- a/.env.example +++ b/.env.example @@ -0,0 +1,12 @@ +DATABASE_URL="..." + +AUTH_SECRET="shhh_no_one_can_know" + +AUTH_GOOGLE_ID="..." +AUTH_GOOGLE_SECRET="..." + +STUDENT_URL="http://localhost:9000" +ADMIN_URL="http://localhost:9000" +ADMIN_DOMAIN="http://localhost:9001" + +AUTH_TRUST_HOST=TRUE \ No newline at end of file