Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3346487
D10180.id34222.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
D10180.id34222.diff
View Options
diff --git a/keyserver/src/database/migration-config.js b/keyserver/src/database/migration-config.js
--- a/keyserver/src/database/migration-config.js
+++ b/keyserver/src/database/migration-config.js
@@ -626,14 +626,14 @@
const defaultCorsConfig = {
domain: 'http://localhost:3000',
};
- writeJSONToFile(defaultCorsConfig, 'facts/webapp_cors.json');
+ await writeJSONToFile(defaultCorsConfig, 'facts/webapp_cors.json');
},
],
[
50,
async () => {
- moveToNonApacheConfig('facts/webapp_url.json', '/webapp/');
- moveToNonApacheConfig('facts/keyserver_url.json', '/keyserver/');
+ await moveToNonApacheConfig('facts/webapp_url.json', '/webapp/');
+ await moveToNonApacheConfig('facts/keyserver_url.json', '/keyserver/');
},
],
[
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 8:56 AM (18 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2569955
Default Alt Text
D10180.id34222.diff (811 B)
Attached To
Mode
D10180: [keyserver] await file operations for devs in MariaDB migrations
Attached
Detach File
Event Timeline
Log In to Comment