-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
165 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#!/bin/sh | ||
# Variables de configuración de la aplicación | ||
# Damos precedencia a las especificadas en línea de ordenes | ||
|
||
export DIRAP="/home/runner/work/si_fasol/si_fasol/" | ||
|
||
. ./.env.plantilla | ||
|
||
echo "MSIP_RUTA_VOLCADOS=${MSIP_RUTA_VOLCADOS}" | ||
echo "BD_NOMBRE=${BD_NOMBRE}" | ||
|
||
export MSIP_RUTA_VOLCADOS="${DIRAP}/archivos/bd/" | ||
export MSIP_RUTA_ANEXOS="${DIRAP}/archivos/anexos/" | ||
echo "MSIP_RUTA_VOLCADOS=${MSIP_RUTA_VOLCADOS}" | ||
|
||
export BD_USUARIO=rails | ||
export BD_CLAVE="password" | ||
export BD_PRUEBA="rails_test" | ||
export BD_SERVIDOR=localhost | ||
|
||
export RUTA_RELATIVA="/fasol/si/" | ||
|
||
# Despliegue | ||
export CONFIG_HOSTS=www.example.com/ | ||
|
||
export CI="Si" | ||
|
||
export NOPRUEBAJS="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.