install and config phinx for migrations

This commit is contained in:
GotPPay
2018-06-25 14:45:13 +02:00
parent 8678e68792
commit 6f09dcf264
5 changed files with 799 additions and 14 deletions

View File

@@ -156,7 +156,6 @@ if (!defined('WIAAS_URL')){
getenv('WIAAS_URL') ? define('WIAAS_URL', $_ENV['WIAAS_URL']) : define('WIAAS_URL', 'http://localhost:8000');
}
const WIAAS_URL = APPLICATION_MODE === 'PROD' ? 'http://localhost:8000' : 'http://localhost:8000';
const WORKING_DAYS_KEY = 'you@gmail.com';
const JWT_API_SECRET_KEY = 'W11A$_AP1_S3CR3T';
const JWT_ALGORITHM ='HS512';