Skip to content

Commit

Permalink
⬆️ Update standard notes
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed May 2, 2024
1 parent 6c1b2bf commit 8426fe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions roles/standardnotes/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ standardnotes_user_id: "1000"
standardnotes_group_id: "1000"

# standardnotes
standardnotes_db_database: "standardnotes"
standardnotes_db_user: "standardnotes"
standardnotes_db_database: "standard_notes_db"
standardnotes_db_user: "std_notes_user"
standardnotes_db_root_password: "supersecure"
standardnotes_db_password: "changeme"
standardnotes_db_password: "changeme123"
standardnotes_db_host: "{{ standardnotes_db_container_name }}"
standardnotes_db_port: "3306"
standardnotes_db_type: "mysql"
Expand Down
2 changes: 1 addition & 1 deletion roles/standardnotes/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
MYSQL_USER: "{{ standardnotes_db_user }}"
MYSQL_ROOT_PASSWORD: "{{ standardnotes_db_root_password }}"
MYSQL_PASSWORD: "{{ standardnotes_db_password }}"
command: --default-authentication-plugin=caching_sha2_password --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
command: --mysql-native-password=ON --character-set-server=utf8mb4 --collation-server=utf8mb4_general_ci
labels:
traefik.enable: "false"
restart_policy: unless-stopped
Expand Down

0 comments on commit 8426fe7

Please sign in to comment.