mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
2c8c8f0295
using more consntants
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
export const CREDENTIALS = {
|
|
user: 'test',
|
|
password: 'test'
|
|
};
|