Skip to content

Commit

Permalink
Push the example env
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Mar 11, 2024
1 parent 1d62008 commit 9424a47
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
DB_URL=postgresql+asyncpg://therest

uri=

REDIRECT_URI=http://localhost:8000/security/callback

OAUTH_AUTHORIZATION_URL=https://cilogon.org/authorize
OAUTH_TOKEN_URL=https://cilogon.org/oauth2/token
OAUTH_USERINFO_URL=https://cilogon.org/oauth2/userinfo

OAUTH_CLIENT_ID=
OAUTH_CLIENT_SECRET=

SECRET_KEY=
JWT_ENCRYPTION_ALGORITHM=HS256

access_key=<S3>
secret_key=<S3>

ENVIRONMENT=development

0 comments on commit 9424a47

Please sign in to comment.