Configuration

logo
Main Installation Commands Permissions Configuration FAQ

Configuration

open <your server folder>/plugins/GiftCard folder and edit config.yml

#choose what database type (sqlite or mysql) default is sqlite, if you
#not sure about this, just leave it alone
db-type: sqlite

#if you use mysql, fill these info, if you not sure about this,
#just leave it alone
mysql:
  host: localhost
  port: 3306
  user: root
  password: root
  database: giftcard
  
#if you want charge money to create card, change this (charged every you make a gift)
fee: 0

Comments

Posts Quoted:
Reply
Clear All Quotes