this repo has no description
1
fork

Configure Feed

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

add default pds oauth trusted clients

+4 -1
+4 -1
data/pds.env.template
··· 6 6 PDS_EMAIL_SMTP_URL= 7 7 PDS_EMAIL_FROM_ADDRESS=pdsadmin@pds.vielle.dev 8 8 9 + # oauth trusted clients 10 + PDS_OAUTH_TRUSTED_CLIENTS=https://cimd.vielle.dev/oauth-client-metadata.json 11 + 9 12 # ui/ux 10 13 PDS_PRIMARY_COLOR="#008282" 11 14 PDS_OAUTH_PROVIDER_NAME=vielle.dev ··· 17 20 # https://tangled.org/baileytownsend.dev/pds-gatekeeper/ 18 21 GATEKEEPER_EMAIL_TEMPLATES_DIRECTORY=/gatekeeper/email 19 22 GATEKEEPER_TWO_FACTOR_EMAIL_SUBJECT="Sign in to the ATmosphere" 20 - PDS_BASE_URL=http://pds:3000/ 23 + PDS_BASE_URL=http://pds:3000 21 24 GATEKEEPER_HOST=0.0.0.0 22 25 GATEKEEPER_PORT=8080 23 26 ## 10 create account requests before ratelimit, -1 from current limit every 5 minutes