···11+# OAuth Configuration - Update these with your actual values
22+OAUTH_CLIENT_ID="..."
33+OAUTH_CLIENT_SECRET="..."
44+OAUTH_REDIRECT_URI="http://localhost:8080/oauth/callback"
55+OAUTH_AIP_BASE_URL="http://localhost:8081"
66+77+# Database
88+DATABASE_URL=./statusphere.db
99+1010+# Slice URI - Update this with your actual slice URI
1111+SLICE_URI=at://did:plc:bcgltzqazw5tb6k2g3ttenbj/social.slices.slice/3lx5y476bws2q
1212+1313+SLICES_API_URL=http://localhost:3000
1414+1515+# Server
1616+PORT=8080
1717+ENV=development