Skip to content
Snippets Groups Projects
Commit d014a1f6 authored by Austin Bohannon's avatar Austin Bohannon
Browse files

Update db.yml so postgresql_db uses template0

Closes #5
parent b08e97b9
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
postgresql_db: postgresql_db:
name: "{{ funkwhale_database_name }}" name: "{{ funkwhale_database_name }}"
encoding: UTF-8 encoding: UTF-8
template: template0
- name: "Create {{ funkwhale_database_user }} database user" - name: "Create {{ funkwhale_database_user }} database user"
become: true become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment