Skip to content

Commit

Permalink
Linter fix for environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
jaw12346 committed Oct 25, 2023
1 parent 67095c5 commit 27ab688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ACMAS/.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ GOOGLE_ADSENSE_ID=INSERT_ID_HERE
GOOGLE_ADSENSE_URL=https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=
GOOGLE_ANALYTICS_ID=INSERT_ID_HERE
GOOGLE_ANALYTICS_URL=https://www.googletagmanager.com/gtag/js?id=
POSTGRES_DB=acmas_db
POSTGRES_PASSWORD=PASSWORD
POSTGRES_USER=acmas_admin
SECRET_KEY=SECRET_KEY
SQL_ENGINE=django.db.backends.postgresql
SQL_HOST=db
SQL_PORT=5432
POSTGRES_DB=acmas_db
POSTGRES_PASSWORD=PASSWORD
POSTGRES_USER=acmas_admin
SQL_PORT=5432

0 comments on commit 27ab688

Please sign in to comment.