File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change
1
+ POSTGRES_USERNAME = postgres
2
+ POSTGRES_PASSWORD = mypassword
3
+ POSTGRES_HOST = postgres.cr9bldgsf1j6.us-east-1.rds.amazonaws.com
4
+ POSTGRES_DB = postgres
5
+ AWS_BUCKET = arn:aws:s3:::mybucket1200798
6
+ AWS_REGION = us-east-1
7
+ AWS_PROFILE = default
8
+ JWT_SECRET = testing
9
+ URL = http://localhost:8100
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ log.txt
12
12
.vscode /
13
13
npm-debug.log *
14
14
15
+ .env
16
+ .env.local
17
+
15
18
.idea /
16
19
.ionic /
17
20
.sourcemaps /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# run env setup script
2
- sh ./set_env.sh && \
2
+ export $( cat .env | xargs ) && \
3
3
# Make sure the Docker services are running in your local machine
4
4
# Run this command from the directory where you have the "docker-compose-build.yml" file present
5
5
docker-compose -f docker-compose-build.yml build --parallel && \
You can’t perform that action at this time.
0 commit comments