Interstellar / config.js
namelessai's picture
upload all files
9f00a05
raw
history blame contribute delete
233 Bytes
const config = {
challenge: false, // Set to true if you want to enable password protection.
users: {
// You can add multiple users by doing username: 'password'.
interstellar: "password",
},
};
export default config;