Skip to content

Commit 63e9d18

Browse files
committedSep 25, 2024
chore(core): 🔧 change branch strategy
1 parent cd76668 commit 63e9d18

File tree

160 files changed

+9286
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+9286
-12
lines changed
 

‎.all-contributorsrc

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"files": ["README.md"],
3+
"imageSize": 50,
4+
"commit": false,
5+
"contributors": [
6+
{
7+
"login": "mcnaveen",
8+
"name": "Naveen MC",
9+
"avatar_url": "https://avatars.githubusercontent.com/u/8493007?v=4",
10+
"profile": "https://github.com/mcnaveen",
11+
"contributions": ["code", "ideas"]
12+
}
13+
],
14+
"contributorsPerLine": 7,
15+
"projectName": "liny",
16+
"projectOwner": "mcnaveen",
17+
"repoType": "github",
18+
"repoHost": "https://github.com",
19+
"skipCi": true,
20+
"commitConvention": "none"
21+
}

‎.env.example

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
DATABASE_URL=
2+
3+
NEXT_PUBLIC_APP_URL=
4+
5+
NEXTAUTH_SECRET=
6+
NEXTAUTH_URL=
7+
8+
GOOGLE_CLIENT_ID=
9+
GOOGLE_CLIENT_SECRET=
10+
11+
EMAIL_SERVER_USER=""
12+
EMAIL_SERVER_PASSWORD=
13+
EMAIL_SERVER_HOST=
14+
EMAIL_SERVER_PORT=
15+
EMAIL_FROM=

0 commit comments

Comments
 (0)
Please sign in to comment.