adminforth 2.55.2 → 2.55.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {{!-- Add only sensitive local environment variables here, non-sensitive local variables should go to .env.local --}}
1
+ # Add only sensitive local environment variables here; non-sensitive local variables should go to .env.local
@@ -1,5 +1,5 @@
1
- {{!-- Add only non-sensitive local environment variables here so all team members can use them with minimal setup --}}
2
- {{!-- For sensitive local environment variables, use .env and explain team members how to set them (ideally also provide .env.example ) --}}
1
+ # Add only non-sensitive local environment variables here so all team members can use them with minimal setup
2
+ # For sensitive local environment variables, use .env and explain to team members how to set them, ideally with a .env.example
3
3
 
4
4
  ADMINFORTH_SECRET=123
5
5
  NODE_ENV=development
@@ -1,5 +1,5 @@
1
- {{!-- Add only non-sensitive production environment variables here so deployed applications can use them --}}
2
- {{!-- Deliver sensitive production environment variables via natural process environments from your deployment platform --}}
1
+ # Add only non-sensitive production environment variables here so deployed applications can use them
2
+ # Deliver sensitive production environment variables via your deployment platform's process environment
3
3
 
4
4
  NODE_ENV=production
5
5
  DATABASE_URL={{dbUrlProd}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.55.2",
3
+ "version": "2.55.3",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",