17 lines
429 B
Plaintext
17 lines
429 B
Plaintext
# URL del Backend (API REST)
|
|
VITE_API_URL=http://localhost:3000/api
|
|
|
|
# Título de la aplicación
|
|
VITE_APP_TITLE=Remote SQL Admin
|
|
|
|
# Configuración de Usuario
|
|
VITE_USER_ID=1
|
|
# Privilegios: READ (solo lectura) | WRITE (permite INSERT, UPDATE, DELETE)
|
|
VITE_USER_PRIVILEGIO=READ
|
|
|
|
# Configuración FTP para Respaldos
|
|
VITE_FTP_HOST=ftp.tuservidor.com
|
|
VITE_FTP_USER=usuario_ftp
|
|
VITE_FTP_PASS=clave_ftp
|
|
VITE_FTP_PATH=/carpeta_respaldos/
|