mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 12:35:26 +02:00
Initial commit
This commit is contained in:
commit
5ffef61fe7
613 changed files with 91659 additions and 0 deletions
13
client/src/constants/Config.js
Executable file
13
client/src/constants/Config.js
Executable file
|
@ -0,0 +1,13 @@
|
|||
const API_URL = 'http://localhost:1337';
|
||||
const API_PATH = '';
|
||||
|
||||
const POSITION_GAP = 65535;
|
||||
|
||||
const ACTIONS_LIMIT = 10;
|
||||
|
||||
export default {
|
||||
API_URL,
|
||||
API_PATH,
|
||||
POSITION_GAP,
|
||||
ACTIONS_LIMIT,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue