#!/bin/bash # Application Key openssl rand -base64 20 > .secrets/app_key # MySql Password openssl rand -base64 20 > .secrets/mysql_root_password