Initial commit.

This commit is contained in:
2026-08-09 19:46:36 +05:30
parent 8b6e4000d2
commit b3db479272
7 changed files with 756 additions and 3 deletions
Executable
+26
View File
@@ -0,0 +1,26 @@
# ==============================================================================
# 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=''