initial commit

This commit is contained in:
aitor c. urrutia aranburu
2026-06-29 10:20:45 +02:00
commit 8124ef30ca
5 changed files with 80 additions and 0 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
# Versiones
KOHA_VERSION=24.11
MARIADB_VERSION=11
# Puertos
KOHA_INTRANET_PORT=8080
KOHA_OPAC_PORT=8081
# Base de datos
MARIADB_DATABASE=koha_teolib
MARIADB_USER=koha_teolib
MARIADB_PASSWORD=cambia_esta_contraseña
MARIADB_ROOT_PASSWORD=cambia_esta_contraseña_root