Cosmetics
This commit is contained in:
parent
a52a8393a1
commit
7cb5dc9b72
12
README.md
12
README.md
@ -8,19 +8,23 @@ Este proyecto gestiona eventos relacionados con el encendido y apagado de sistem
|
|||||||
|
|
||||||
## Configuración
|
## Configuración
|
||||||
|
|
||||||
1. Crear archivo .env
|
1. CCopia el archivo `env.sample` a `.env` y configura las variables de entorno necesarias:
|
||||||
Copia el archivo .env.sample a .env y configura las variables de entorno necesarias:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ cp .env.sample .env
|
$ cp env.sample .env
|
||||||
```
|
```
|
||||||
|
|
||||||
Luego edita el archivo .env con los valores correspondientes:
|
Luego edita el archivo `.env` con los valores correspondientes:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
|
# Docker
|
||||||
|
DOCKER_ENV=production
|
||||||
|
PROJECT_NAME=heating-monitor
|
||||||
|
|
||||||
# Telegram Bot Configuration
|
# Telegram Bot Configuration
|
||||||
TELEGRAM_TOKEN=xxx:yyy
|
TELEGRAM_TOKEN=xxx:yyy
|
||||||
TELEGRAM_CHATID=123123123
|
TELEGRAM_CHATID=123123123
|
||||||
|
|
||||||
# Web Server Configuration
|
# Web Server Configuration
|
||||||
WEB_PORT=9900
|
WEB_PORT=9900
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user