Statusphere running on a slice ๐Ÿ•

๐Ÿ“

+17
+17
.env.example
··· 1 + # OAuth Configuration - Update these with your actual values 2 + OAUTH_CLIENT_ID="..." 3 + OAUTH_CLIENT_SECRET="..." 4 + OAUTH_REDIRECT_URI="http://localhost:8080/oauth/callback" 5 + OAUTH_AIP_BASE_URL="http://localhost:8081" 6 + 7 + # Database 8 + DATABASE_URL=./statusphere.db 9 + 10 + # Slice URI - Update this with your actual slice URI 11 + SLICE_URI=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/social.slices.slice/3lx5y476bws2q 12 + 13 + SLICES_API_URL=http://localhost:3000 14 + 15 + # Server 16 + PORT=8080 17 + ENV=development