Skip to content
Snippets Groups Projects
Commit 5f1bde76 authored by Yege1893's avatar Yege1893
Browse files

user databank added

parent 7565d484
No related branches found
No related tags found
1 merge request!4Master
...@@ -17,7 +17,9 @@ var ( ...@@ -17,7 +17,9 @@ var (
const ( const (
CONNECTIONSTRING = "mongodb://localhost:27017" CONNECTIONSTRING = "mongodb://localhost:27017"
DB = "db_issue_manager" DB = "db_issue_manager"
DBUSER = "db_user"
MATCHES = "col_matches" MATCHES = "col_matches"
USERS = "col_users"
POOL_SIZE = 10 // Anzahl der Verbindungen im Pool POOL_SIZE = 10 // Anzahl der Verbindungen im Pool
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment