Add ogcore
testing/ogcore-api/pipeline/head This commit looks good Details
ogcore-debian-package/pipeline/tag This commit looks good Details

pull/27/head 0.10.0
Nicolas Arenas 2025-03-26 18:17:40 +01:00
parent 6b228b146b
commit 24a414ab66
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ if [ "$1" = "configure" ] && [ -z "$2" ]; then
# Configuración inicial # Configuración inicial
echo ">>> Configurando base de datos y permisos" echo ">>> Configurando base de datos y permisos"
mariadb -e "GRANT ALL ON *.* to 'root'@'localhost' IDENTIFIED BY 'root' WITH GRANT OPTION;" mariadb -e "ALTER USER 'root'@'localhost' IDENTIFIED VIA unix_socket OR mysql_native_password USING PASSWORD('root');"
echo ">>> Creando par de claves para JWT" echo ">>> Creando par de claves para JWT"
php bin/console lexik:jwt:generate-keypair --overwrite php bin/console lexik:jwt:generate-keypair --overwrite