this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bind gatekeeper properly

+2
+2
data/pds.env.template
··· 18 18 GATEKEEPER_EMAIL_TEMPLATES_DIRECTORY=/gatekeeper/email 19 19 GATEKEEPER_TWO_FACTOR_EMAIL_SUBJECT="Sign in to the ATmosphere" 20 20 PDS_BASE_URL=http://pds:3000/ 21 + GATEKEEPER_HOST=0.0.0.0 22 + GATEKEEPER_PORT=8080 21 23 ## 10 create account requests before ratelimit, -1 from current limit every 5 minutes 22 24 ## ie if u make 10 at once u can make 1 more in 5 minutes or 10 more in 50 minutes 23 25 GATEKEEPER_CREATE_ACCOUNT_PER_SECOND=300