Skip to content

Commit

Permalink
revert(core): add some missing env variables for cron task
Browse files Browse the repository at this point in the history
This reverts commit 636d54d.
  • Loading branch information
vindard committed Jan 9, 2024
1 parent 636d54d commit 96c8cc5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions core/api/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -256,15 +256,7 @@ dev_pnpm_task_binary(
srcs = [":src"],
visibility = ["PUBLIC"],
env = {
"REDIS_0_PORT": "6379",
"REDIS_TYPE": "standalone",

"MONGODB_CON": "mongodb://localhost:27017/galoy",
"BRIA_HOST": "localhost",
"BRIA_API_KEY": "bria_dev_000000000000000000000",
"REDIS_MASTER_NAME": "mymaster",
"REDIS_PASSWORD": "",
"REDIS_0_DNS": "localhost",

"HELMREVISION": "dummy",
"KRATOS_PG_CON": "pg://dummy",
Expand All @@ -277,6 +269,11 @@ dev_pnpm_task_binary(
"KRATOS_ADMIN_API": "http://dummy",
"KRATOS_MASTER_USER_PASSWORD": "dummy",
"KRATOS_CALLBACK_API_KEY": "dummy",
"BRIA_HOST": "dummy",
"BRIA_API_KEY": "dummy",
"REDIS_MASTER_NAME": "dummy",
"REDIS_PASSWORD": "dummy",
"REDIS_0_DNS": "dummy",
},
)

Expand Down

0 comments on commit 96c8cc5

Please sign in to comment.