Initial commit
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
# Source Server
|
||||
SOURCE_URL="https://example.com/jsonrpc.php"
|
||||
SOURCE_USER="jsonrpc"
|
||||
SOURCE_TOKEN="SECRET"
|
||||
|
||||
# Target Server
|
||||
TARGET_URL="https://example.com/jsonrpc.php"
|
||||
TARGET_USER="jsonrpc"
|
||||
TARGET_TOKEN="SECRET"
|
||||
|
||||
# Optional
|
||||
TEMP_USER_PASSWORD=
|
||||
# Если не задать TEMP_USER_PASSWORD, который всем пользователям поставит
|
||||
# одинаковый пароль, то автоматически пароль будет равен username
|
||||
# например user62 пароль: user62
|
||||
Reference in New Issue
Block a user