mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Docker, update readme, update dependencies
This commit is contained in:
parent
2398199740
commit
adbcb67f03
30 changed files with 1202 additions and 1744 deletions
|
@ -1,13 +1,12 @@
|
|||
const API_URL = 'http://localhost:1337';
|
||||
const API_PATH = '';
|
||||
const SERVER_BASE_URL = process.env.REACT_APP_SERVER_BASE_URL
|
||||
|| (process.env.NODE_ENV === 'production' ? '' : 'http://localhost:1337');
|
||||
|
||||
const POSITION_GAP = 65535;
|
||||
|
||||
const ACTIONS_LIMIT = 10;
|
||||
|
||||
export default {
|
||||
API_URL,
|
||||
API_PATH,
|
||||
SERVER_BASE_URL,
|
||||
POSITION_GAP,
|
||||
ACTIONS_LIMIT,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue