ci: docker_tag=dev-test - Mise à jour documentation et standardisation
This commit is contained in:
parent
ee8375022d
commit
236a0646ae
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,14 +1,12 @@
|
|||||||
# 4NK Environment - Git Ignore
|
# 4NK Environment - Git Ignore
|
||||||
# ============================
|
# ============================
|
||||||
|
confs/
|
||||||
# Dossiers de sauvegarde des scripts
|
# Dossiers de sauvegarde des scripts
|
||||||
**/backup/
|
**/backup/
|
||||||
**/*backup*
|
**/*backup*
|
||||||
|
|
||||||
**/.cargo/
|
**/.cargo/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Fichiers temporaires
|
# Fichiers temporaires
|
||||||
**/*.tmp*
|
**/*.tmp*
|
||||||
**/*.temp*
|
**/*.temp*
|
||||||
@ -75,8 +73,7 @@ certs/
|
|||||||
**/*wallet*
|
**/*wallet*
|
||||||
**/*keys*
|
**/*keys*
|
||||||
|
|
||||||
# Supervisor
|
|
||||||
supervisor-logs/
|
|
||||||
|
|
||||||
**/*node_modules*
|
**/*node_modules*
|
||||||
**/*cursor*
|
**/*cursor*
|
||||||
|
**/*pid*
|
||||||
|
**/*next*
|
@ -16,7 +16,7 @@ import { SDKSignerClient, MessageType } from 'sdk-signer-client';
|
|||||||
// Create client instance
|
// Create client instance
|
||||||
const client = new SDKSignerClient({
|
const client = new SDKSignerClient({
|
||||||
url: 'ws://localhost:9090',
|
url: 'ws://localhost:9090',
|
||||||
apiKey: 'your-api-key'
|
apiKey: '<API_KEY>'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Connect to server
|
// Connect to server
|
||||||
@ -37,7 +37,7 @@ import { ClientConfig } from 'sdk-signer-client';
|
|||||||
|
|
||||||
const config: ClientConfig = {
|
const config: ClientConfig = {
|
||||||
url: 'ws://localhost:9090', // WebSocket server URL
|
url: 'ws://localhost:9090', // WebSocket server URL
|
||||||
apiKey: 'your-api-key', // API key for authentication
|
apiKey: '<API_KEY>', // API key for authentication
|
||||||
timeout: 5000, // Connection timeout (ms)
|
timeout: 5000, // Connection timeout (ms)
|
||||||
reconnectInterval: 3000, // Reconnection delay (ms)
|
reconnectInterval: 3000, // Reconnection delay (ms)
|
||||||
maxReconnectAttempts: 5 // Max reconnection attempts
|
maxReconnectAttempts: 5 // Max reconnection attempts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user