mirror of
https://github.com/RGJorge/ContainerFlow.git
synced 2026-08-03 07:21:42 +02:00
7 lines
209 B
Bash
7 lines
209 B
Bash
# Puerto del servidor (por defecto: 9470)
|
|
PORT=9470
|
|
|
|
# Token de autenticacion — dejar vacio para acceso solo en localhost (sin login)
|
|
# Poner un valor para activar auth + acceso remoto (0.0.0.0)
|
|
AUTH_TOKEN=
|