2021-01-25 22:19:31 -06:00
|
|
|
# vim:ft=ansible:
|
|
|
|
# Site config
|
|
|
|
pleroma_hostname: cowfee.moe
|
|
|
|
pleroma_open_registration: "true"
|
|
|
|
pleroma_instance_name: Cowfee
|
|
|
|
pleroma_instance_desc: owo
|
|
|
|
|
|
|
|
# Secret config
|
|
|
|
pleroma_secret_key_base: "{{ secret_pleroma_key_base }}"
|
|
|
|
pleroma_secret_signing_salt: "{{ secret_pleroma_signing_salt }}"
|
|
|
|
|
|
|
|
# DB config
|
2021-01-26 04:25:27 -06:00
|
|
|
pleroma_db_host: 192.168.164.156
|
2021-03-10 11:29:49 -06:00
|
|
|
pleroma_db_name: pleroma_cowfee
|
2021-01-26 04:25:27 -06:00
|
|
|
pleroma_db_user: pleroma-cowfee
|
2021-01-25 22:19:31 -06:00
|
|
|
pleroma_db_pass: "{{ secret_pleroma_9iron_db_pass }}"
|