Rename project to OrbitalWard
Add optional TLS certificate expiry checks for website monitors and update product, package, environment, Docker, and documentation naming.
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
INFRAPULSE_ENV=development
|
||||
INFRAPULSE_SECRET_KEY=change-me
|
||||
DATABASE_URL=postgresql+psycopg://infrapulse:infrapulse@postgres:5432/infrapulse
|
||||
ORBITALWARD_ENV=development
|
||||
ORBITALWARD_SECRET_KEY=change-me
|
||||
DATABASE_URL=postgresql+psycopg://orbitalward:orbitalward@postgres:5432/orbitalward
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
FRONTEND_URL=http://localhost:5173
|
||||
BACKEND_URL=http://localhost:8000
|
||||
|
||||
Reference in New Issue
Block a user