mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
9 lines
No EOL
154 B
TypeScript
9 lines
No EOL
154 B
TypeScript
export interface ValkeyBasicConfig{
|
|
host:string,
|
|
port:number
|
|
}
|
|
|
|
const valkeyDefaults : ValkeyBasicConfig = {
|
|
host:'localhost',
|
|
port:6379
|
|
} |