Skip to content

Commit

Permalink
test(core): add some missing env variables for cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
vindard committed Jan 9, 2024
1 parent 6d5fbab commit 636d54d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions core/api/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,15 @@ 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 @@ -269,11 +277,6 @@ 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 636d54d

Please sign in to comment.