This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
production: | |
adapter: mysql # atau: postgresql | |
database: blog_production | |
host: localhost | |
username: root | |
password: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{'Jakarta Timur' => { | |
'PASAR REBO' => [ | |
'PEKAYON', | |
'KALISARI', | |
'BARU', | |
'CIJANTUNG', | |
'GEDONG'], | |
'CIRACAS' => [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: | |
errors: | |
messages: | |
not_found: "tidak ditemukan" | |
already_confirmed: "sudah dikonfirmasi sebelumnya" | |
not_locked: "tidak terkunci sebelumnya" | |
devise: | |
failure: | |
unauthenticated: 'Anda harus sign in atau sign up sebelum melanjutkan.' |