diff --git a/backend/config_dev.json b/backend/config_dev.json new file mode 100755 index 0000000000000000000000000000000000000000..670d0bfb156cbf0afc72f41f8e8ed4f9565508c3 --- /dev/null +++ b/backend/config_dev.json @@ -0,0 +1,10 @@ +{ + "ssl_cert_path": "ssl/cert.pem", + "ssl_key_path": "ssl/key.pem", + "OPENAPI_URL": "https://127.0.0.1:8000/openapi.json", + "SCHEMA_PATH": "./src/openapi.json", + "OUTPUT_DIRECTORY": "./openapi", + "PORT": 8000, + "SSL_KEY_PATH": "../backend/ssl/key.pem", + "SSL_CERT_PATH": "../backend/ssl/cert.pem" +} \ No newline at end of file