mirror of
https://github.com/tiennm99/keepalive.git
synced 2026-08-08 02:24:51 +00:00
feat(core): init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
COUCHBASE_CONNECTION_STRING=couchbase://localhost
|
||||
COUCHBASE_USERNAME=your_couchbase_username
|
||||
COUCHBASE_PASSWORD=your_couchbase_password
|
||||
COUCHBASE_BUCKET_NAME=couchbase-keepalive
|
||||
COUCHBASE_SCOPE_NAME=development
|
||||
COUCHBASE_COLLECTION_NAME=keepalive
|
||||
@@ -1,3 +1,7 @@
|
||||
.idea
|
||||
|
||||
|
||||
|
||||
# If you prefer the allow list template instead of the deny list, see community template:
|
||||
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
|
||||
#
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
module github.com/tiennm99/couchbase-keepalive
|
||||
|
||||
go 1.24.10
|
||||
@@ -0,0 +1,5 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user