0
0
Fork 0

Add sync command for neo4j, fix configuration, add neo4j to docker-compose, fix seed

This commit is contained in:
Eugen Rochko 2016-10-15 12:37:43 +02:00
parent 20f581f796
commit 4d336cefac
6 changed files with 21 additions and 1 deletions

View file

@ -1,2 +1,2 @@
web_app = Doorkeeper::Application.new(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri)
web_app.save(validate: false)
web_app.save!