Skip to content

Commit 71ed6df

Browse files
authored
Set some example ENV defaults to help get set up / started more easily (#341)
When setting up and running the project just now, I found I had to set these values in my `.env` file. It'd be easier for anyone in future to just copy them across from the `.env.example` file.
2 parents 62aaabf + dc7d654 commit 71ed6df

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.env.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ALLOWED_ORIGINS=localhost:3002,localhost:3010,editor.rpfdev.com,localhost:3009
1+
ALLOWED_ORIGINS=localhost:3000,localhost:3002,localhost:3010,editor.rpfdev.com,localhost:3009
22

33
AWS_ACCESS_KEY_ID=changeme
44
AWS_S3_ACTIVE_STORAGE_BUCKET=changeme
@@ -7,9 +7,10 @@ AWS_SECRET_ACCESS_KEY=changeme
77

88
GITHUB_WEBHOOK_SECRET=test_token
99

10-
POSTGRES_HOST=changeme
11-
POSTGRES_USER=changeme
12-
POSTGRES_PASSWORD=changeme
10+
POSTGRES_DB=development
11+
POSTGRES_HOST=db
12+
POSTGRES_PASSWORD=password
13+
POSTGRES_USER=postgres
1314

1415
USERINFO_API_URL=http://localhost:6000
1516
USERINFO_API_KEY=1234

0 commit comments

Comments
 (0)