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