Skip to content

Commit

Permalink
Elixir generator config changes for ory#229
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalomiri committed Nov 17, 2022
1 parent 2324e5c commit f306f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/client/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packageName: ${ELIXIR_PACKAGE_NAME}
packageVersion: $RAW_VERSION
invokerPackage: Ory
invokerPackage: ${ELIXIR_INVOKER_MODULE}
2 changes: 2 additions & 0 deletions scripts/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export RUST_PACKAGE_NAME="ory-${PROJECT}-client"
export NPM_NAME="@ory/$PROJECT-client"

export ELIXIR_PACKAGE_NAME="ory_${PROJECT}"
#Generates Elixir Package names such as Ory.Hydra
export ELIXIR_INVOKER_MODULE="Ory.${PROJECT^}"

export GIT_REPO="${PROJECT}-client"

Expand Down

0 comments on commit f306f3f

Please sign in to comment.