File size: 233 Bytes
9f00a05
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
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;