mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-11 01:28:58 +03: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';
|