Remove user creation related docs (#2920)

* Remove user creation related docs
* remove template
This commit is contained in:
GuanqunYang193
2023-10-23 08:29:09 +02:00
committed by GitHub
parent c5fffb3c97
commit ce187bec38
5 changed files with 0 additions and 49 deletions
-8
View File
@@ -93,14 +93,6 @@ bootstrap:
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter)
# post_init: /usr/local/bin/setup_cluster.sh
# Some additional users which needs to be created after initializing new cluster
users:
admin:
password: admin%
options:
- createrole
- createdb
postgresql:
listen: 127.0.0.1:5432
connect_address: 127.0.0.1:5432