Skip to content
Snippets Groups Projects

Add support to configure webhook_timeout in gitlab.yaml

Closed gitlab-qa-bot requested to merge github/fork/wesgurn/master into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
  • 6f8d9a43
    Update databases.md · 6f8d9a43
    Denix authored
    run mysql_secure_installation to secure the freshly installed mysql server
+ 3
0
@@ -14,6 +14,9 @@ GitLab supports the following databases:
# Pick a database root password (can be anything), type it and press enter
# Retype the database root password and press enter
# Secure your installation.
sudo mysql_secure_installation
# Login to MySQL
mysql -u root -p
Loading