mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
rename .env to env
This commit is contained in:
@ -17,7 +17,7 @@ commands:
|
||||
- run:
|
||||
name: copy .env
|
||||
command: |
|
||||
echo cp .circleci/.env ./.env
|
||||
echo cp .circleci/env ./.env
|
||||
cat .env
|
||||
|
||||
jobs:
|
||||
|
9
.circleci/env
Normal file
9
.circleci/env
Normal file
@ -0,0 +1,9 @@
|
||||
GENERATE_SOURCEMAP=false
|
||||
HTTPS=true
|
||||
SSL_CRT_FILE=localhost.pem
|
||||
SSL_KEY_FILE=localhost-key.pem
|
||||
|
||||
REACT_APP_MATERIAL_UI_LICENSE_KEY=${MATERIAL_UI_LICENSE_KEY}
|
||||
|
||||
REACT_APP_GOOGLE_APP_API_KEY=${GOOGLE_APP_API_KEY}
|
||||
REACT_APP_GOOGLE_APP_CLIENT_ID=${GOOGLE_APP_CLIENT_ID
|
Reference in New Issue
Block a user