• This project
    • Loading...
  • Sign in

오인제 / Tunnel

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • Tunnel
  • tunnel_BE
  • server
  • config
  • config.json
  • 정의왕's avatar
    Connection with client · cd1a75f0
    cd1a75f0 Browse Files
    정의왕 authored 2021-12-07 02:05:37 +0900
config.json 443 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
{
  "development": {
    "username": "root",
    "password": "tunnel", 
    "database": "tunnel", 
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "test": {
    "username": "root",
    "password": null,
    "database": "database_test",
    "host": "127.0.0.1",
    "dialect": "mysql"
  },
  "production": {
    "username": "root",
    "password": "tunnel",
    "database": "tunnel",
    "host": "127.0.0.1",
    "dialect": "mysql"
  }
}