Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 9, 2025

The environment template contained placeholder strings like your_secure_password_change_this for passwords, requiring manual replacement before the application could run. This adds friction to initial setup and local development.

Changes

  • PostgreSQL credentials: POSTGRES_PASSWORD, DB_PASSWORD, JWT_POSTGRES_DATABASE_PASSWORDpostgres
  • Django admin: DJANGO_SUPERUSER_PASSWORDadmin
  • Oxigraph SPARQL DB: OXIGRAPH_PASSWORD, GRAPHDATABASE_PASSWORDadmin
  • pgAdmin: PGADMIN_DEFAULT_PASSWORDadmin
  • JWT secret keys: Replaced generic placeholders with descriptive defaults
  • Django secret key: Set to django-insecure-default-key-change-in-production

Added WARNING comments before credential sections to indicate these defaults must be changed for production deployments.

# Before
POSTGRES_PASSWORD=your_secure_password_change_this

# After
# WARNING: Change these default passwords in production!
POSTGRES_PASSWORD=postgres
Original prompt

This section details on the original issue you should resolve

<issue_title>SS-1: Setup some default passwords</issue_title>
<issue_description>Image
Image
Image

just make a default password in the environment file </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits December 9, 2025 18:54
Co-authored-by: Sulstice <11812946+Sulstice@users.noreply.github.com>
Co-authored-by: Sulstice <11812946+Sulstice@users.noreply.github.com>
Copilot AI changed the title [WIP] Add default passwords in environment file Replace placeholder passwords with concrete defaults in env.template Dec 9, 2025
Copilot AI requested a review from Sulstice December 9, 2025 18:57
@Sulstice
Copy link
Contributor

Sulstice commented Dec 9, 2025

@copilot Yes this is fine. just reduce annoyances.

@tekrajchhetri
Copy link
Collaborator

Closing this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SS-1: Setup some default passwords

3 participants