labstack / armor

Uncomplicated, modern HTTP server
https://armor.labstack.com
MIT License
1.66k stars 64 forks source link

Store / Postgres doc #35

Closed BigJoe01 closed 6 years ago

BigJoe01 commented 6 years ago

Plugins data stored in postgresql database, but documentation missing. Panic called when settings not initializated.

vishr commented 6 years ago

@BigJoe01 How are you using the config? What version are you using?

BigJoe01 commented 6 years ago

@vishr current master repository.

vishr commented 6 years ago

Ok, are you trying to using database for plugins or just the config file?

BigJoe01 commented 6 years ago

Plugin store in database is forced? I using simple config file, without specify database connection.

vishr commented 6 years ago

Plugin store in database is forced?

No but let me check on it, but you should use a released version.

BigJoe01 commented 6 years ago

Sorry, next time i sending detailed report , but this is the first time quick test. Thx the help.

vishr commented 6 years ago

Can you provide your config to reproduce the issue?