Skip to content

Commit

Permalink
changes to DC_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaswarathe committed Dec 6, 2024
1 parent 91cff55 commit 4bdc47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DC_USER=opener
# DC_USER=ov_user

# SKIP_DOTENV_FILES_RECREATION=true
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set dotenv-load := true
# _ - Private recipes (https://github.com/casey/just#private-recipes)

IS_CI := env_var_or_default("CI", "")
DC_USER := env_var_or_default("DC_USER", "opener")
DC_USER := env_var_or_default("DC_USER", "ov_user")

# Show all available recipes, also recurses inside nested justfiles
@_default:
Expand Down

0 comments on commit 4bdc47b

Please sign in to comment.