Skip to content

Commit

Permalink
change augur env var name
Browse files Browse the repository at this point in the history
Signed-off-by: Kaxada <[email protected]>
  • Loading branch information
kaxada authored Feb 15, 2024
1 parent dc3a563 commit 96026da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const fs = require("fs");
}),

// Augur configuration
augur_client_secret: await input({
message: "Your Augur Client Secret: ",
augur_app_client_secret: await input({
message: "Your Augur App Client Secret: ",
}),
port: await input({
message: "Port that you'd like server to run on: ",
Expand Down Expand Up @@ -108,7 +108,7 @@ const fs = require("fs");
GITLAB_APP_CLIENT_SECRET=${values.gitlab_client_secret}
GITLAB_APP_REDIRECT_URI=${values.gitlab_redirect_uri}
AUGUR_CLIENT_SECRET=${values.augur_client_secret}
AUGUR_APP_CLIENT_SECRET=${values.augur_app_client_secret}
PORT=${values.port}
EMAIL_HOST=${values.email_host}
Expand Down

0 comments on commit 96026da

Please sign in to comment.