Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nimit9/cms into feat/user-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
nimit9 committed Feb 3, 2024
2 parents 34028a2 + 26259a9 commit da78ea7
Show file tree
Hide file tree
Showing 59 changed files with 6,906 additions and 10,451 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ADMIN_SECRET="ADMIN_SECRET"
JWT_SECRET="JWT_SECRET"
DATABASE_URL=""
NEXTAUTH_URL="http://localhost:3000"
APPX_AUTH_KEY=""
APPX_AUTH_KEY="AUTH_SECRET"
NEXTAUTH_SECRET="NEXTAUTH_SECRET"
APPX_CLIENT_SERVICE=""
APPX_BASE_API = ""
Expand All @@ -13,4 +13,4 @@ DISCORD_REDIRECT_URL = "https://app.100xdevs.com/discord/redirect"
BOT_TOKEN = "123"
GUILD_ID = "123"
LOCAL_CMS_PROVIDER = true
CACHE_EXPIRE_S = 10
CACHE_EXPIRE_S = 10
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "gray",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
Expand Down
Loading

0 comments on commit da78ea7

Please sign in to comment.