Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 464e64ab rédigé par Sorunome's avatar Sorunome
Parcourir les fichiers

remove old config values

parent a78de0ba
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -48,8 +48,6 @@ logging:
enable:
- "DiscordBot"
database:
userStorePath: "user-store.db"
roomStorePath: "room-store.db"
# You may either use SQLite or Postgresql for the bridge database, which contains
# important mappings for events and user puppeting configurations.
# Use the filename option for SQLite, or connString for Postgresql.
......
......@@ -141,9 +141,6 @@ async function run(port: number, fileConfig: DiscordBridgeConfig) {
type: "per_room",
},
registration,
// These must be kept for a while yet since we use them for migrations.
roomStore: config.database.roomStorePath,
userStore: config.database.userStorePath,
});
if (config.database.roomStorePath) {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter