tikslop / lib /config /README.md
jbilcke-hf's picture
jbilcke-hf HF Staff
initial commit log 🪵🦫
5acd9c3
|
raw
history blame
175 Bytes

Put secrets in here, used only during development

eg

class AiTubeSecrets {
  final String huggingfaceToken;

  AiTubeSecrets({
    this.huggingfaceToken = '',
  })
}