Skip to content

Commit

Permalink
Move the db configuration to the default so we can change its value
Browse files Browse the repository at this point in the history
  • Loading branch information
thib-info committed Jan 3, 2024
1 parent a98c8a6 commit fdc0faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ steamengine_build_url_headers: {}
# delete_dir: false # Delete the directory (if exists) before creating the symlink . False by default
steamengine_persistent_directories: []

# DB dump URL
steamengine_project_dump_bdd_url: "{{ steamengine_project_dump_bdd_url }} | default('') }}"

# NODEJS
steamengine_nodejs_entrypoint: "bin/www"
steamengine_nodejs_cluster_mode: true
Expand Down
3 changes: 0 additions & 3 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ steamengine_bin_path: "{{ steamengine_home_path }}/bin"
steamengine_logs_path: "{{ steamengine_home_path }}/logs"
steamengine_persistent_base_path: "/{{ steamengine_project_name }}/storage"

# DB dump URL
steamengine_project_dump_bdd_url: "{{ steamengine_project_dump_bdd_url }} | default('') }}"

# OTHERS
steamengine_project_types:
- springboot
Expand Down

0 comments on commit fdc0faf

Please sign in to comment.