Initial commit.
This commit is contained in:
Executable
+26
@@ -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=''
|
||||
Reference in New Issue
Block a user