Skip to content

Commit

Permalink
Bookstack: Fix envs
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Jan 21, 2025
1 parent be577de commit 60a969f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/bookstack/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ bookstack_docker_envs_default:
APP_KEY: "{{ bookstack_saltbox_facts.facts.app_key }}"
APP_URL: "https://{{ bookstack_web_subdomain + '.' + bookstack_web_domain }}"
DB_HOST: "mariadb:3306"
DB_USER: root
DB_PASS: password321
DB_USERNAME: "root"
DB_PASSWORD: "{{ mariadb_docker_env_password }}"
DB_DATABASE: bookstackapp
bookstack_docker_envs_custom: {}
bookstack_docker_envs: "{{ bookstack_docker_envs_default
Expand Down

0 comments on commit 60a969f

Please sign in to comment.