File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,6 @@ CH_MIGRATIONS_USER=demo
99CH_MIGRATIONS_PASSWORD = demo
1010
1111AWS_REGION = eu-central-1
12- AWS_BUCKET_NAME = tmpbucket-adminforth
12+ AWS_BUCKET_NAME = tmpbucket-adminforth
13+ AWS_ACCESS_KEY_ID = your_access_key_id
14+ AWS_SECRET_ACCESS_KEY = your_secret_access_key
Original file line number Diff line number Diff line change 2222 "install-plugins" : " cd ../plugins && bash install-plugins.sh" ,
2323 "install-adapters" : " cd ../adapters && bash install-adapters.sh" ,
2424
25- "build-adminforth" : " cd ../adminforth && npm ci && npm run build " ,
25+ "build-adminforth" : " cd ../adminforth && npm ci && npm run build && npm link " ,
2626
2727 "migrate:all" : " npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres && npm run migrate:clickhouse" ,
2828
You can’t perform that action at this time.
0 commit comments