mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
936f2b78d8
commit
e42afd4c60
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ dbuser=$app
|
|||
dbpass=$(ynh_string_random)
|
||||
mongo --shell "$dbname" --eval 'db.createUser( { user: "'${dbuser}'", pwd: "'${dbpass}'", roles: [ "readWrite" ] } );' <<< exit
|
||||
mongo --shell "$dbname" --eval 'db.grantRolesToUser("'${dbuser}'",[{ role: "clusterMonitor", db: "admin" }]);' <<< exit
|
||||
ynh_app_setting_set $app dbuser $dbuser
|
||||
ynh_app_setting_set $app dbpass $dbpass
|
||||
ynh_app_setting_set $app dbname $dbname
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue