Skip to content

Commit

Permalink
Remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jun 28, 2024
1 parent cb20ab4 commit 594ad3a
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions now.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,5 @@
],
"rewrites": [
{ "source": "(.*)", "destination": "backend/main.go" }
],
"env": {
"GITHUB_ACCESS_TOKEN_ENDPOINT":"@github_access_token_endpoint",
"GITHUB_CLIENT_ID":"@github_client_id",
"GITHUB_CLIENT_SECRET":"@github_client_secret",
"GITHUB_GRAPHQL_API":"@github_graphql_api",
"GITHUB_REST_API_ENDPOINT":"@github_rest_api_endpoint",

"PUSHER_APP_ID":"@pusher_app_id",
"PUSHER_APP_KEY":"@pusher_app_key",
"PUSHER_SECRET":"@pusher_secret",
"PUSHER_CLUSTER":"@pusher_cluster",

"SENTRY_DSN":"@sentry_dsn"
}
]
}

0 comments on commit 594ad3a

Please sign in to comment.