Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IoT Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IoT
IoT Platform
Commits
81e04889
Commit
81e04889
authored
1 year ago
by
Leonardo Passig Horstmann
Browse files
Options
Downloads
Patches
Plain Diff
Cleaning up sensitive information
parent
da2d030f
No related branches found
Branches containing commit
No related tags found
2 merge requests
!10
Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...
,
!9
Updates to implement finish, process MultiSmartData for v1.2 (Mobile)...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/smartdata/management/command.php
+6
-7
6 additions, 7 deletions
bin/smartdata/management/command.php
with
6 additions
and
7 deletions
bin/smartdata/management/command.php
+
6
−
7
View file @
81e04889
...
...
@@ -13,21 +13,20 @@ require_once './Console/CommandLine/Command.php';
final
class
Config
{
const
MYSQL_SEVERNAME
=
'localhost'
;
const
MYSQL_PORT
=
3306
;
const
MYSQL_DBNAME
=
'smartdata_v1'
;
const
MYSQL_USERNAME
=
'
smartdata
'
;
const
MYSQL_PASSWORD
=
'
1ol31lSh010mG9wY
'
;
const
MYSQL_USERNAME
=
'
username
'
;
const
MYSQL_PASSWORD
=
'
password
'
;
const
MYSQL_SUPERUSER
=
'
smartdata_admin
'
;
const
MYSQL_SUPERPASS
=
'
6wg5fbB5fOIuzXcW
'
;
const
MYSQL_SUPERUSER
=
'
username
'
;
const
MYSQL_SUPERPASS
=
'
password
'
;
const
CASSANDRA_SERVERNAME
=
'localhost'
;
const
CASSANDRA_PORT
=
9042
;
const
CASSANDRA_SUPERUSER
=
'
cassandra
'
;
const
CASSANDRA_SUPERPASS
=
'
K#dM841-lwx
'
;
const
CASSANDRA_SUPERUSER
=
'
username
'
;
const
CASSANDRA_SUPERPASS
=
'
password
'
;
const
CASSANDRA_KEYSPACE
=
'smartdata_v1'
;
const
CASSANDRA_MAX_ROW_SIZE
=
2000000000
;
//%(Two billion - The max is 2^31)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment