discloud.config
Learn everything about the configuration file for hosting applications on Discloud.
📄 What is discloud.config and what is it used for?
discloud.config and what is it used for?📂 Placement of the discloud.config File
discloud.config Fileyour-project/ # ← ROOT DIRECTORY
├── discloud.config # ✅ REQUIRED HERE
├── package.json # Example root file
├── src/ # Source code folder
│ └── index.js # Main application file
├── .gitignore # Config files
└── README.md # Documentationyour-project/
├── src/
│ └── discloud.config # ❌ SUBFOLDER ERROR
├── config/
│ └── discloud.config # ❌ SUBFOLDER ERROR
└── .github/
└── discloud.config # ❌ HIDDEN FOLDER ERROR🛠️ Configuration options
🪅 Examples of discloud.config files
discloud.config files⚙️ Configuration options
Option
Limit / Values
Description
Last updated