mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
|
export const N8N_AUTH_COOKIE = 'n8n-auth';
|
||
|
|
||
|
export const DEFAULT_USER_EMAIL = 'nathan@n8n.io';
|
||
|
export const DEFAULT_USER_PASSWORD = 'CypressTest123';
|