Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W wiki
  • Project overview
    • Project overview
    • Details
    • Activity
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
Collapse sidebar
  • pub
  • wiki
  • Wiki
  • d2s_db_setup

d2s_db_setup · Changes

Page history
Create d2s_db_setup authored 6 years ago by Guido Voigt's avatar Guido Voigt
Show whitespace changes
Inline Side-by-side
Showing with 33 additions and 0 deletions
+33 -0
  • d2s_db_setup.md d2s_db_setup.md +33 -0
  • No files found.
d2s_db_setup.md 0 → 100644
View page @ ec11f96a
#D2Sphere DB Setup
## new DB connection setup
* device-server will write into DB so no loadbalanceing only fallback
* d2sphere-admin will read only from DB so loadbalanceing is ok
```
stage
ds:
url: jdbc:mysql://10.21.31.2,10.21.31.4,10.21.31.3/ds_stage
admin:
url: jdbc:mysql:loadbalance://10.21.31.2,10.21.31.3,10.21.31.4/ds_stage
live
ds:
url: jdbc:mysql://10.21.31.2,10.21.31.4,10.21.31.3/ds_live
admin:
url: jdbc:mysql:loadbalance://10.21.31.2,10.21.31.3,10.21.31.4/ds_live
eval
ds:
url: jdbc:mysql://10.21.31.4,10.21.31.2,10.21.31.3/ds_beta
admin:
url: jdbc:mysql:loadbalance://10.21.31.2,10.21.31.3,10.21.31.4/ds_beta
custom
ds:
url: jdbc:mysql://10.21.31.4,10.21.31.2,10.21.31.3/ds_custom
admin:
url: jdbc:mysql:loadbalance://10.21.31.2,10.21.31.3,10.21.31.4/ds_custom
```
\ No newline at end of file
Clone repository
  • AVL Filesystem
  • BOLERO40_GNSS_improvement
  • BOLERO40_improvement_of_the_GNSS_performance
  • NFC_commands,_event,_dynamic_variable
  • Promotion_Kit_Settings
  • Workbench Mac Installation Readme
  • avl_aes_key_handling
  • avl_ble
  • avl_blueid
  • avl_config_commented_1
  • avl_ecodrive
  • avl_feature_list
  • avl_frp_main
  • avl_fw_update
  • avl_premium_feature_cpc
View All Pages