gitignore for build folder
This commit is contained in:
parent
857b9e75a2
commit
343a02c0e0
|
|
@ -1,5 +1,5 @@
|
|||
RABBITMQ_URL=amqp://admin:admin@localhost:5672/smstv
|
||||
MYSQL_DSN="sms:AkNOPeiyeJYj@tcp(localhost:3306)/sms"
|
||||
RABBITMQ_URL=amqp://admin:admin@localhost:5672/queue
|
||||
MYSQL_DSN="user:password@tcp(localhost:3306)/db"
|
||||
QUEUE_NAME=sms_reply
|
||||
EXCHABGE_NAME=sms_reply
|
||||
ROUTE_KEY=sms_reply
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ cs.exe
|
|||
ts
|
||||
ts.exe
|
||||
logs
|
||||
build
|
||||
Loading…
Reference in New Issue