27 lines
486 B
Plaintext
Executable File
27 lines
486 B
Plaintext
Executable File
# ==============================================================================
|
|
# Radius Cli Configuration Environment Variables
|
|
# ==============================================================================
|
|
|
|
# Enable
|
|
enabled=true
|
|
|
|
# Server Configuration
|
|
REMOTE_HOSTNAME=''
|
|
REMOTE_PORT=''
|
|
USE_SSL=''
|
|
|
|
# Authentication
|
|
AUTH_TOKEN=''
|
|
|
|
# Project
|
|
PROJECT_NAME=''
|
|
PROJECT_USER=''
|
|
PROJECT_BRANCH=''
|
|
|
|
# Check Entry
|
|
PROJECT_ENTRY_FILE=''
|
|
|
|
# Files and Directories Path
|
|
DIR_ROOT=''
|
|
DIR_TMP=''
|