initial commit
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user