A social knowledge tool for researchers built on ATProto

include access and refresh token expiry in fly tomls

+2 -1
fly.development.toml
··· 38 38 BASE_URL="https://api.dev.semble.so" 39 39 HOST="0.0.0.0" 40 40 APP_URL="https://dev.semble.so" 41 - USE_IN_MEMORY_EVENTS="false" 41 + ACCESS_TOKEN_EXPIRES_IN=300 42 + REFRESH_TOKEN_EXPIRES_IN=2592000
+2 -1
fly.production.toml
··· 39 39 BASE_URL="https://api.semble.so" 40 40 HOST="0.0.0.0" 41 41 APP_URL="https://semble.so" 42 - USE_IN_MEMORY_EVENTS="false" 42 + ACCESS_TOKEN_EXPIRES_IN=2592000 43 + REFRESH_TOKEN_EXPIRES_IN=5184000