Skip to content
  • This project
    • Loading...
  • Sign in

ddn / ddn-upgrade-server

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ddn-upgrade-server
  • database
  • config.json
  • wulianyou's avatar
    first commit · 828fb271
    828fb271 Browse Files
    wulianyou authored 2022-05-24 16:32:42 +0800
config.json 461 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
{
  "development": {
    "username": "postgres",
    "password": "wawjr1314",
    "database": "ddn",
    "host": "localhost",
    "dialect": "postgres"
  
  },
  "test": {
    "username": "root",
    "password": null,
    "database": "database_test",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "production": {
    "username": "root",
    "password": null,
    "database": "database_production",
    "host": "127.0.0.1",
    "dialect": "mysql"
  }
}