mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -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';
|