lib/smartcloud/credentials.rb in smartcloud-0.4.4 vs lib/smartcloud/credentials.rb in smartcloud-0.5.0
- old
+ new
@@ -70,9 +70,18 @@
root_password: #{SecureRandom.hex(16)}
username: #{SecureRandom.hex(8)}
password: #{SecureRandom.hex(16)}
database_name: #{SecureRandom.hex(8)}
+ nextcloud:
+ admin_username: #{SecureRandom.hex(8)}
+ admin_password: #{SecureRandom.hex(16)}
+ database_host: mysql
+ database_port: 3306
+ database_username: #{SecureRandom.hex(8)}_nextcloud
+ database_password: #{SecureRandom.hex(16)}
+ database_name: #{SecureRandom.hex(8)}_nextcloud
+
elasticsearch:
port: 9200
redmine:
admin_username: admin
\ No newline at end of file