Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticspoon committed Jun 1, 2024
1 parent 7d934db commit aeba7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .devcontainer/.env.codespaces
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,3 @@ PG_USERNAME=postgres
PG_PASSWORD=postgres
DELAYED_JOB_USERNAME='admin'
DELAYED_JOB_PASSWORD='password'
FLIPPER_USERNAME="admin"
FLIPPER_PASSWORD="password"
RECAPTCHA_SITE_KEY=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
RECAPTCHA_PRIVATE_KEY=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe

# [OPTIONAL] - Used to fetch copies of production DB
AZURE_STORAGE_ACCOUNT_NAME=
AZURE_STORAGE_ACCESS_KEY=
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/postgres
{
"dockerComposeFile": "docker-compose.yml",
"forwardPorts": [3000, 5432],
Expand All @@ -14,10 +16,10 @@
}
},
"containerEnv": {
"DATABASE_HOST": "postgres",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "postgres"
},
"DATABASE_HOST": "postgres",
"POSTGRES_USER": "postgres",
"POSTGRES_PASSWORD": "postgres"
},
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "latest"
Expand Down

0 comments on commit aeba7e0

Please sign in to comment.