Skip to content
Snippets Groups Projects

Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...

Closed Guilherme Arthur Gerônimo requested to merge master into prod
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -11,16 +11,16 @@ namespace SmartData\Config
const MYSQL_SEVERNAME = 'localhost';
const MYSQL_PORT = 3306;
const MYSQL_USERNAME = 'smartdata';
const MYSQL_PASSWORD = '1ol31lSh010mG9wY';
const MYSQL_PASSWORD = '';
const MYSQL_SUPERUSER = 'smartdata_admin';
const MYSQL_SUPERPASS = '6wg5fbB5fOIuzXcW';
const MYSQL_SUPERPASS = '';
const CASSANDRA_SERVERNAME = 'localhost';
const CASSANDRA_PORT = 9042;
const CASSANDRA_SUPERUSER = 'cassandra';
const CASSANDRA_SUPERPASS = 'K#dM841-lwx'; // '12a06-fs';
const CASSANDRA_SUPERPASS = '';
const CASSANDRA_MAX_ROW_SIZE = 2000000000; // (Two billion - The max is 2^31)
const POINTS_LIMIT = 2000; // 84600 to 200000
@@ -30,7 +30,7 @@ namespace SmartData\Config
const ADMIN_EMAIL = array('root@lisha.ufsc.br');
const PUBLIC_DOMAIN = 'public'; // default domain (public series)
const DEFAULT_USERNAME = 'public'; // cassandra default user (PUBLIC)
const DEFAULT_PASSWORD = 'public_12a06-fs'; // cassandra default user's password
const DEFAULT_PASSWORD = ''; // cassandra default user's password
const TIMEZONE = 'America/Sao_Paulo';
Loading